Serialized Form
-
Package org.odpi.openmetadata.accessservices.assetcatalog.exception
-
Exception org.odpi.openmetadata.accessservices.assetcatalog.exception.AssetCatalogException
class AssetCatalogException extends OMAGCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.assetcatalog.model
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.AssetCatalogBean
class AssetCatalogBean extends Element implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relationships
List<Relationship> relationships
The list of relationships
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.AssetCatalogEvent
class AssetCatalogEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asset
Asset asset
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.AssetCatalogItemElement
class AssetCatalogItemElement extends Element implements Serializable-
Serialized Fields
-
connections
List<Connection> connections
The connection for the asset -
context
List<Element> context
The context for an entity
-
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Classification
class Classification extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Connection
class Connection extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Element
class Element extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
classifications
List<Classification> classifications
-
createdBy
String createdBy
The name of the users that created the asset -
createTime
Date createTime
The date when the asset has been created -
guid
String guid
The unique identifier of the asset -
name
String name
-
origin
ElementOrigin origin
-
parentElement
Element parentElement
-
properties
Map<String,
String> properties -
status
String status
The status of the asset -
type
Type type
The type definition of the asset -
updatedBy
String updatedBy
The name of the user that updated the asset last time -
updateTime
Date updateTime
The date when the asset has been created -
url
String url
-
version
Long version
The version of the asset
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.ElementOrigin
class ElementOrigin extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
instanceLicense
String instanceLicense
The license string for this instance -
metadataCollectionId
String metadataCollectionId
The id of the metadata collection. -
metadataCollectionName
String metadataCollectionName
The name of the metadata collection. -
originCategory
ElementOriginCategory originCategory
The origin category of the element -
sourceServer
String sourceServer
The name of the server where the element was retrieved from.
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Elements
class Elements extends Element implements Serializable-
Serialized Fields
-
assetCatalogItemElements
List<AssetCatalogItemElement> assetCatalogItemElements
-
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Relationship
class Relationship extends Element implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.Type
class Type extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.assetcatalog.model.rest.body
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.body.SearchParameters
class SearchParameters extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
caseInsensitive
boolean caseInsensitive
The case sensitivity for the search criteria -
entityTypes
List<String> entityTypes
The list of entity types to search for -
exactMatch
boolean exactMatch
-
from
@PositiveOrZero Integer from
The start from of the result -
level
@PositiveOrZero Integer level
The number of the relationships out from the starting entity -
limitResultsByClassification
List<String> limitResultsByClassification
The list of classifications that must be present on all returned entities -
pageSize
@PositiveOrZero Integer pageSize
The maximum number of elements that can be returned on a request -
relationshipTypeGUIDs
List<String> relationshipTypeGUIDs
The list of relationship types to include in the query results -
sequencingOrder
SequencingOrder sequencingOrder
The enum defining how the results should be ordered -
sequencingProperty
String sequencingProperty
The name of the property that is to be used to sequence the results
-
-
-
Package org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.AssetCatalogListResponse
class AssetCatalogListResponse extends AssetCatalogOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetCatalogBeanList
List<AssetCatalogBean> assetCatalogBeanList
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.AssetCatalogOMASAPIResponse
class AssetCatalogOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.AssetCatalogResponse
class AssetCatalogResponse extends AssetCatalogOMASAPIResponse implements Serializable-
Serialized Fields
-
assetCatalogBean
AssetCatalogBean assetCatalogBean
-
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.AssetCatalogSupportedTypes
class AssetCatalogSupportedTypes extends AssetCatalogOMASAPIResponse implements Serializable -
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.AssetListResponse
class AssetListResponse extends AssetCatalogOMASAPIResponse implements Serializable -
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.AssetResponse
class AssetResponse extends AssetCatalogOMASAPIResponse implements Serializable-
Serialized Fields
-
asset
Elements asset
-
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.ClassificationListResponse
class ClassificationListResponse extends AssetCatalogOMASAPIResponse implements Serializable-
Serialized Fields
-
classifications
List<Classification> classifications
-
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.RelationshipListResponse
class RelationshipListResponse extends AssetCatalogOMASAPIResponse implements Serializable-
Serialized Fields
-
relationships
List<Relationship> relationships
-
-
-
Class org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.RelationshipResponse
class RelationshipResponse extends AssetCatalogOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relationship
Relationship relationship
-
-
-
Package org.odpi.openmetadata.accessservices.assetconsumer.elements
-
Class org.odpi.openmetadata.accessservices.assetconsumer.elements.InformalTagElement
class InformalTagElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
informalTagProperties
InformalTagProperties informalTagProperties
-
taggedElement
TaggedElement taggedElement
-
-
Class org.odpi.openmetadata.accessservices.assetconsumer.elements.MeaningElement
class MeaningElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
meaningProperties
MeaningProperties meaningProperties
-
-
Class org.odpi.openmetadata.accessservices.assetconsumer.elements.TaggedElement
class TaggedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
-
-
Package org.odpi.openmetadata.accessservices.assetconsumer.events
-
Class org.odpi.openmetadata.accessservices.assetconsumer.events.AssetConsumerOutTopicEvent
class AssetConsumerOutTopicEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementHeader
ElementHeader elementHeader
-
elementProperties
Map<String,
Object> elementProperties -
eventTime
Date eventTime
-
eventType
AssetConsumerEventType eventType
-
eventVersionId
long eventVersionId
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementHeader previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties
-
-
-
Package org.odpi.openmetadata.accessservices.assetconsumer.properties
-
Class org.odpi.openmetadata.accessservices.assetconsumer.properties.InformalTagProperties
class InformalTagProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetconsumer.properties.MeaningProperties
class MeaningProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetconsumer.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.assetconsumer.rest
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIRequestBody
class AssetConsumerOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.AssetConsumerOMASAPIResponse
class AssetConsumerOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.CommentRequestBody
class CommentRequestBody extends FeedbackRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commentText
String commentText
-
commentType
CommentType commentType
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.FeedbackRequestBody
class FeedbackRequestBody extends AssetConsumerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.GlossaryTermListResponse
class GlossaryTermListResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
meanings
List<MeaningElement> meanings
-
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.GlossaryTermResponse
class GlossaryTermResponse extends AssetConsumerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
meaning
MeaningElement meaning
-
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.LogRecordRequestBody
class LogRecordRequestBody extends AssetConsumerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.PagedResponse
class PagedResponse extends AssetConsumerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
startingFromElement
int startingFromElement
-
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.RatingRequestBody
class RatingRequestBody extends FeedbackRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
review
String review
-
starRating
StarRating starRating
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagRequestBody
class TagRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagResponse
class TagResponse extends AssetConsumerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tag
InformalTagElement tag
-
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagsResponse
class TagsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tags
List<InformalTagElement> tags
-
-
Class org.odpi.openmetadata.accessservices.assetconsumer.rest.TagUpdateRequestBody
class TagUpdateRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
-
-
Package org.odpi.openmetadata.accessservices.assetlineage.event
-
Class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
class AssetLineageEventHeader extends Object implements Serializable-
Serialized Fields
-
assetLineageEventType
AssetLineageEventType assetLineageEventType
-
eventVersionId
long eventVersionId
-
-
-
Class org.odpi.openmetadata.accessservices.assetlineage.event.LineageEntityEvent
class LineageEntityEvent extends AssetLineageEventHeader implements Serializable-
Serialized Fields
-
lineageEntity
LineageEntity lineageEntity
-
-
-
Class org.odpi.openmetadata.accessservices.assetlineage.event.LineageRelationshipEvent
class LineageRelationshipEvent extends AssetLineageEventHeader implements Serializable-
Serialized Fields
-
lineageRelationship
LineageRelationship lineageRelationship
-
-
-
Class org.odpi.openmetadata.accessservices.assetlineage.event.LineageRelationshipsEvent
class LineageRelationshipsEvent extends AssetLineageEventHeader implements Serializable-
Serialized Fields
-
relationshipsContext
RelationshipsContext relationshipsContext
-
-
-
Class org.odpi.openmetadata.accessservices.assetlineage.event.LineageSyncEvent
class LineageSyncEvent extends AssetLineageEventHeader implements Serializable-
Serialized Fields
-
publishSummary
LineagePublishSummary publishSummary
LineagePublishSummary is used to describe summary as result of AssetLineage lineagePublish activity that completed. -
syncUpdateContext
LineageSyncUpdateContext syncUpdateContext
-
-
-
-
Package org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception
-
Exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetLineageException
class AssetLineageException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.assetlineage.model
-
Class org.odpi.openmetadata.accessservices.assetlineage.model.GenericStub
class GenericStub extends Object implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.assetmanager.events
-
Class org.odpi.openmetadata.accessservices.assetmanager.events.AssetManagerOutTopicEvent
class AssetManagerOutTopicEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementHeader
ElementHeader elementHeader
-
elementProperties
Map<String,
Object> elementProperties -
endOneElementHeader
ElementHeader endOneElementHeader
-
endOneElementProperties
Map<String,
Object> endOneElementProperties -
endTwoElementHeader
ElementHeader endTwoElementHeader
-
endTwoElementProperties
Map<String,
Object> endTwoElementProperties -
eventTime
Date eventTime
-
eventType
AssetManagerEventType eventType
-
eventVersionId
long eventVersionId
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementHeader previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties
-
-
-
Package org.odpi.openmetadata.accessservices.assetmanager.metadataelements
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ActionTargetElement
class ActionTargetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTargetGUID
String actionTargetGUID
-
actionTargetName
String actionTargetName
-
completionDate
Date completionDate
-
startDate
Date startDate
-
status
GovernanceActionStatus status
-
targetElement
ElementStub targetElement
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.AssetManagerElement
class AssetManagerElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
softwareCapabilitiesProperties
SoftwareCapabilitiesProperties softwareCapabilitiesProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.CommentElement
class CommentElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptedAnswers
List<RelatedElement> acceptedAnswers
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
properties
CommentProperties properties
-
questionsAnswered
List<RelatedElement> questionsAnswered
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ConnectionElement
class ConnectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionProperties
ConnectionProperties connectionProperties
-
connectorType
ElementStub connectorType
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
endpoint
ElementStub endpoint
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ConnectorTypeElement
class ConnectorTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeProperties
ConnectorTypeProperties connectorTypeProperties
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ControlFlowElement
class ControlFlowElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
controlFlowHeader
ElementHeader controlFlowHeader
-
controlFlowProperties
ControlFlowProperties controlFlowProperties
-
currentStep
ElementHeader currentStep
-
nextStep
ElementHeader nextStep
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.DataAssetElement
class DataAssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
dataAssetProperties
DataAssetProperties dataAssetProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.DataFlowElement
class DataFlowElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataConsumer
ElementHeader dataConsumer
-
dataFlowHeader
ElementHeader dataFlowHeader
-
dataFlowProperties
DataFlowProperties dataFlowProperties
-
dataSupplier
ElementHeader dataSupplier
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.EmbeddedConnection
class EmbeddedConnection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
ElementStub embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.EndpointElement
class EndpointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ExternalGlossaryElementLinkElement
class ExternalGlossaryElementLinkElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
linkProperties
ExternalGlossaryElementLinkProperties linkProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ExternalGlossaryLinkElement
class ExternalGlossaryLinkElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
linkProperties
ExternalGlossaryLinkProperties linkProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ExternalReferenceElement
class ExternalReferenceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ExternalReferenceLinkElement
class ExternalReferenceLinkElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
link
ExternalReferenceLinkProperties link
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.FeedbackTargetElement
class FeedbackTargetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GlossaryCategoryElement
class GlossaryCategoryElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
glossaryCategoryProperties
GlossaryCategoryProperties glossaryCategoryProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GlossaryElement
class GlossaryElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
glossaryProperties
GlossaryProperties glossaryProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GlossaryTermElement
class GlossaryTermElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
glossaryTermProperties
GlossaryTermProperties glossaryTermProperties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GovernanceActionElement
class GovernanceActionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTargetElements
List<ActionTargetElement> actionTargetElements
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceActionProperties properties
-
requestSourceElements
List<RequestSourceElement> requestSourceElements
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GovernanceActionProcessElement
class GovernanceActionProcessElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
processProperties
GovernanceActionProcessProperties processProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GovernanceActionTypeElement
class GovernanceActionTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTypeProperties
GovernanceActionTypeProperties actionTypeProperties
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.GovernanceDefinitionElement
class GovernanceDefinitionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceDefinitionProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.InformalTagElement
class InformalTagElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
properties
InformalTagProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.LikeElement
class LikeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
properties
LikeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.LineageMappingElement
class LineageMappingElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lineageMappingHeader
ElementHeader lineageMappingHeader
-
lineageMappingProperties
LineageMappingProperties lineageMappingProperties
-
sourceElement
ElementHeader sourceElement
-
targetElement
ElementHeader targetElement
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.MetadataCorrelationHeader
class MetadataCorrelationHeader extends MetadataCorrelationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lastSynchronized
Date lastSynchronized
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NextGovernanceActionTypeElement
class NextGovernanceActionTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
guard
String guard
-
ignoreMultipleTriggers
boolean ignoreMultipleTriggers
-
mandatoryGuard
boolean mandatoryGuard
-
nextActionLinkGUID
String nextActionLinkGUID
-
nextActionType
GovernanceActionTypeElement nextActionType
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteElement
class NoteElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
lastUpdate
Date lastUpdate
-
properties
NoteProperties properties
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NoteLogElement
class NoteLogElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
properties
NoteLogProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.PortElement
class PortElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
portProperties
PortProperties portProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ProcessCallElement
class ProcessCallElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
called
ElementHeader called
-
caller
ElementHeader caller
-
processCallHeader
ElementHeader processCallHeader
-
processCallProperties
ProcessCallProperties processCallProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ProcessElement
class ProcessElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
processProperties
ProcessProperties processProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.RatingElement
class RatingElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
feedbackTargetElement
FeedbackTargetElement feedbackTargetElement
-
properties
RatingProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.RelationshipElement
class RelationshipElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
end1GUID
ElementHeader end1GUID
-
end2GUID
ElementHeader end2GUID
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.RequestSourceElement
class RequestSourceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
originGovernanceEngine
String originGovernanceEngine
-
originGovernanceService
String originGovernanceService
-
requestSourceElement
ElementStub requestSourceElement
-
requestSourceName
String requestSourceName
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.SchemaAttributeElement
class SchemaAttributeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
schemaAttributeProperties
SchemaAttributeProperties schemaAttributeProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.SchemaTypeElement
class SchemaTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
schemaTypeProperties
SchemaTypeProperties schemaTypeProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.SoftwareCapabilityElement
class SoftwareCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
softwareCapabilitiesProperties
SoftwareCapabilitiesProperties softwareCapabilitiesProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ValidValueElement
class ValidValueElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
correlationHeaders
List<MetadataCorrelationHeader> correlationHeaders
-
elementHeader
ElementHeader elementHeader
-
validValueProperties
ValidValueProperties validValueProperties
-
-
-
Package org.odpi.openmetadata.accessservices.assetmanager.properties
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ArchiveProperties
class ArchiveProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.AssetConnectionProperties
class AssetConnectionProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetSummary
String assetSummary
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.AssetManagerProperties
class AssetManagerProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.AssetOriginProperties
class AssetOriginProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.AssetProperties
class AssetProperties extends SupplementaryProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.CanonicalVocabularyProperties
class CanonicalVocabularyProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scope
String scope
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.CapabilityDeploymentProperties
class CapabilityDeploymentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployer
String deployer
-
deployerPropertyName
String deployerPropertyName
-
deployerTypeName
String deployerTypeName
-
deploymentTime
Date deploymentTime
-
softwareCapabilityStatus
OperationalStatus softwareCapabilityStatus
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.CommentProperties
class CommentProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commentText
String commentText
-
commentType
CommentType commentType
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ComplexSchemaTypeProperties
class ComplexSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeCount
int attributeCount
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ConnectionProperties
class ConnectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ConnectorTypeProperties
class ConnectorTypeProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorFrameworkName
String connectorFrameworkName
-
connectorInterfaceLanguage
String connectorInterfaceLanguage
-
connectorInterfaces
List<String> connectorInterfaces
-
connectorProviderClassName
String connectorProviderClassName
-
description
String description
-
displayName
String displayName
-
expectedDataFormat
String expectedDataFormat
-
recognizedAdditionalProperties
List<String> recognizedAdditionalProperties
-
recognizedConfigurationProperties
List<String> recognizedConfigurationProperties
-
recognizedSecuredProperties
List<String> recognizedSecuredProperties
-
supportedAssetTypeName
String supportedAssetTypeName
-
targetTechnologyInterfaces
List<String> targetTechnologyInterfaces
-
targetTechnologyName
String targetTechnologyName
-
targetTechnologySource
String targetTechnologySource
-
targetTechnologyVersions
List<String> targetTechnologyVersions
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ControlFlowProperties
class ControlFlowProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.CyberLocation
class CyberLocation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
address
String address
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.DataAssetProperties
class DataAssetProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isReferenceAsset
boolean isReferenceAsset
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.DataContentForDataSetProperties
class DataContentForDataSetProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.DataFieldValuesProperties
class DataFieldValuesProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.DataFlowProperties
class DataFlowProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.DataSetProperties
class DataSetProperties extends DataAssetProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formula
String formula
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.DataStoreProperties
class DataStoreProperties extends DataAssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.DeploymentProperties
class DeploymentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployer
String deployer
-
deployerPropertyName
String deployerPropertyName
-
deployerTypeName
String deployerTypeName
-
deploymentStatus
OperationalStatus deploymentStatus
-
deploymentTime
Date deploymentTime
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.EditingGlossaryProperties
class EditingGlossaryProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.EmbeddedConnectionProperties
class EmbeddedConnectionProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.EndpointProperties
class EndpointProperties extends SupplementaryProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.EnumSchemaTypeProperties
class EnumSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueSetGUID
String validValueSetGUID
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalGlossaryElementLinkProperties
class ExternalGlossaryElementLinkProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalGlossaryLinkProperties
class ExternalGlossaryLinkProperties extends ExternalReferenceProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalIdentifierProperties
class ExternalIdentifierProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
externalIdentifier
String externalIdentifier
-
externalIdentifierName
String externalIdentifierName
-
externalIdentifierSource
String externalIdentifierSource
-
externalIdentifierUsage
String externalIdentifierUsage
-
keyPattern
KeyPattern keyPattern
-
mappingProperties
Map<String,
String> mappingProperties -
synchronizationDescription
String synchronizationDescription
-
synchronizationDirection
SynchronizationDirection synchronizationDirection
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalReferenceLinkProperties
class ExternalReferenceLinkProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalReferenceProperties
class ExternalReferenceProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalSchemaTypeProperties
class ExternalSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
externalSchemaType
SchemaTypeProperties externalSchemaType
-
externalSchemaTypeGUID
String externalSchemaTypeGUID
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.FeedbackProperties
class FeedbackProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.FixedLocation
class FixedLocation extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ForeignKeyProperties
class ForeignKeyProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryCategoryProperties
class GlossaryCategoryProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryProperties
class GlossaryProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermCategorization
class GlossaryTermCategorization extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
status
GlossaryTermRelationshipStatus status
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermContextDefinition
class GlossaryTermContextDefinition extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermProperties
class GlossaryTermProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermRelationship
class GlossaryTermRelationship extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
expression
String expression
-
source
String source
-
status
GlossaryTermRelationshipStatus status
-
steward
String steward
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GovernanceActionProcessProperties
class GovernanceActionProcessProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GovernanceActionProperties
class GovernanceActionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionStatus
GovernanceActionStatus actionStatus
-
completionGuards
List<String> completionGuards
-
completionTime
Date completionTime
-
description
String description
-
displayName
String displayName
-
domainIdentifier
int domainIdentifier
-
governanceActionTypeGUID
String governanceActionTypeGUID
-
governanceActionTypeName
String governanceActionTypeName
-
governanceEngineGUID
String governanceEngineGUID
-
governanceEngineName
String governanceEngineName
-
mandatoryGuards
List<String> mandatoryGuards
-
processingEngineUserId
String processingEngineUserId
-
processName
String processName
-
receivedGuards
List<String> receivedGuards
-
requestedTime
Date requestedTime
-
requestParameters
Map<String,
String> requestParameters -
requestType
String requestType
-
startTime
Date startTime
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GovernanceActionTypeProperties
class GovernanceActionTypeProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GovernanceClassificationBase
class GovernanceClassificationBase extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GovernanceClassificationProperties
class GovernanceClassificationProperties extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
levelIdentifier
int levelIdentifier
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.GovernanceDefinitionProperties
class GovernanceDefinitionProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
documentIdentifier
String documentIdentifier
-
domainIdentifier
int domainIdentifier
-
extendedProperties
Map<String,
Object> extendedProperties -
implications
List<String> implications
-
outcomes
List<String> outcomes
-
priority
String priority
-
results
List<String> results
-
scope
String scope
-
status
GovernanceDefinitionStatus status
-
summary
String summary
-
title
String title
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.InformalTagProperties
class InformalTagProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.LikeProperties
class LikeProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.LineageMappingProperties
class LineageMappingProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.LiteralSchemaTypeProperties
class LiteralSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.LocationProperties
class LocationProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.MapSchemaTypeProperties
class MapSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mapFromElement
SchemaTypeProperties mapFromElement
-
mapToElement
SchemaTypeProperties mapToElement
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.MetadataCorrelationProperties
class MetadataCorrelationProperties extends ExternalIdentifierProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.NoteLogProperties
class NoteLogProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.NoteProperties
class NoteProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.OwnerProperties
class OwnerProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.PortProperties
class PortProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.PrimaryKeyProperties
class PrimaryKeyProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keyPattern
KeyPattern keyPattern
-
name
String name
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.PrimitiveSchemaTypeProperties
class PrimitiveSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ProcessCallProperties
class ProcessCallProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ProcessContainmentProperties
class ProcessContainmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processContainmentType
ProcessContainmentType processContainmentType
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ProcessProperties
class ProcessProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.QueryTargetProperties
class QueryTargetProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.RatingProperties
class RatingProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
review
String review
-
starRating
StarRating starRating
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.RetentionClassificationProperties
class RetentionClassificationProperties extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaAttributeProperties
class SchemaAttributeProperties extends SchemaProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aliases
List<String> aliases
-
allowsDuplicateValues
boolean allowsDuplicateValues
-
defaultValueOverride
String defaultValueOverride
-
elementPosition
int elementPosition
-
isNullable
boolean isNullable
-
length
int length
-
maxCardinality
int maxCardinality
-
minCardinality
int minCardinality
-
minimumLength
int minimumLength
-
nativeJavaClass
String nativeJavaClass
-
orderedValues
boolean orderedValues
-
precision
int precision
-
schemaType
SchemaTypeProperties schemaType
-
sortOrder
DataItemSortOrder sortOrder
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaProperties
class SchemaProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaTypeChoiceProperties
class SchemaTypeChoiceProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaOptions
List<SchemaTypeProperties> schemaOptions
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaTypeProperties
class SchemaTypeProperties extends SchemaProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SecureLocation
class SecureLocation extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SecurityTagsProperties
class SecurityTagsProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SemanticAssignmentProperties
class SemanticAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ServerAssetUseProperties
class ServerAssetUseProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
maximumInstances
int maximumInstances
-
maximumInstancesSet
boolean maximumInstancesSet
-
minimumInstances
int minimumInstances
-
minimumInstancesSet
boolean minimumInstancesSet
-
useType
ServerAssetUseType useType
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SimpleSchemaTypeProperties
class SimpleSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SoftwareCapabilitiesProperties
class SoftwareCapabilitiesProperties extends SupplementaryProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SubjectAreaMemberProperties
class SubjectAreaMemberProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
subjectAreaName
String subjectAreaName
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
class SupplementaryProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.TagProperties
class TagProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.TaxonomyProperties
class TaxonomyProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
organizingPrinciple
String organizingPrinciple
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.properties.ValidValueProperties
class ValidValueProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.assetmanager.rest
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ActivityDescriptionProperties
class ActivityDescriptionProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
activityType
GlossaryTermActivityType activityType
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ArchiveRequestBody
class ArchiveRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
ArchiveProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.AssetManagerIdentifiersRequestBody
class AssetManagerIdentifiersRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.AssetManagerOMASAPIResponse
class AssetManagerOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.CalculatedValueClassificationRequestBody
class CalculatedValueClassificationRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formula
String formula
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ClassificationRequestBody
class ClassificationRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
metadataCorrelationProperties
MetadataCorrelationProperties metadataCorrelationProperties
-
properties
ClassificationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.CommentElementResponse
class CommentElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
CommentElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.CommentElementsResponse
class CommentElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<CommentElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.CommentTypeListResponse
class CommentTypeListResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
types
List<CommentType> types
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ConnectionRequestBody
class ConnectionRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
ConnectionProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ConnectionResponse
class ConnectionResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectionElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ConnectionsResponse
class ConnectionsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectionElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ConnectorTypeRequestBody
class ConnectorTypeRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
ConnectorTypeProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ConnectorTypeResponse
class ConnectorTypeResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectorTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ConnectorTypesResponse
class ConnectorTypesResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectorTypeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ControlFlowElementResponse
class ControlFlowElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ControlFlowElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ControlFlowElementsResponse
class ControlFlowElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ControlFlowElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ControlFlowRequestBody
class ControlFlowRequestBody extends AssetManagerIdentifiersRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ControlFlowProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ControlledGlossaryTermRequestBody
class ControlledGlossaryTermRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
elementProperties
GlossaryTermProperties elementProperties
-
initialStatus
GlossaryTermStatus initialStatus
-
metadataCorrelationProperties
MetadataCorrelationProperties metadataCorrelationProperties
-
updateDescription
String updateDescription
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.DataAssetElementResponse
class DataAssetElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DataAssetElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.DataAssetElementsResponse
class DataAssetElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DataAssetElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.DataAssetRequestBody
class DataAssetRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
DataAssetProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.DataFlowElementResponse
class DataFlowElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DataFlowElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.DataFlowElementsResponse
class DataFlowElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DataFlowElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.DataFlowRequestBody
class DataFlowRequestBody extends AssetManagerIdentifiersRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
DataFlowProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.EffectiveTimeQueryRequestBody
class EffectiveTimeQueryRequestBody extends AssetManagerIdentifiersRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ElementHeaderResponse
class ElementHeaderResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ElementHeader element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ElementHeadersResponse
class ElementHeadersResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ElementHeader> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.EndpointRequestBody
class EndpointRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
EndpointProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.EndpointResponse
class EndpointResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
EndpointElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.EndpointsResponse
class EndpointsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<EndpointElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ExternalGlossaryElementLinkRequestBody
class ExternalGlossaryElementLinkRequestBody extends AssetManagerIdentifiersRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
ExternalGlossaryElementLinkProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ExternalGlossaryLinkElementsResponse
class ExternalGlossaryLinkElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ExternalGlossaryLinkElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ExternalGlossaryLinkRequestBody
class ExternalGlossaryLinkRequestBody extends EffectiveTimeQueryRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
ExternalGlossaryLinkProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ExternalReferenceElementResponse
class ExternalReferenceElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ExternalReferenceElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ExternalReferenceElementsResponse
class ExternalReferenceElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ExternalReferenceElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ExternalReferenceLinkElementResponse
class ExternalReferenceLinkElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ExternalReferenceLinkElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ExternalReferenceLinkElementsResponse
class ExternalReferenceLinkElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ExternalReferenceLinkElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ExternalReferenceLinkRequestBody
class ExternalReferenceLinkRequestBody extends EffectiveTimeQueryRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
ExternalReferenceLinkProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ExternalReferenceRequestBody
class ExternalReferenceRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
anchorGUID
String anchorGUID
-
elementProperties
ExternalReferenceProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ForeignKeyRequestBody
class ForeignKeyRequestBody extends EffectiveTimeQueryRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ForeignKeyProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryCategoryElementResponse
class GlossaryCategoryElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GlossaryCategoryElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryCategoryElementsResponse
class GlossaryCategoryElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<GlossaryCategoryElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryCategoryRequestBody
class GlossaryCategoryRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
GlossaryCategoryProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryElementResponse
class GlossaryElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GlossaryElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryElementsResponse
class GlossaryElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<GlossaryElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryNameRequestBody
class GlossaryNameRequestBody extends NameRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
glossaryGUID
String glossaryGUID
-
limitResultsByStatus
List<GlossaryTermStatus> limitResultsByStatus
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryRequestBody
class GlossaryRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
GlossaryProperties elementProperties
-
metadataCorrelationProperties
MetadataCorrelationProperties metadataCorrelationProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossarySearchStringRequestBody
class GlossarySearchStringRequestBody extends SearchStringRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
glossaryGUID
String glossaryGUID
-
limitResultsByStatus
List<GlossaryTermStatus> limitResultsByStatus
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryTemplateRequestBody
class GlossaryTemplateRequestBody extends TemplateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
glossaryTermStatus
GlossaryTermStatus glossaryTermStatus
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryTermActivityTypeListResponse
class GlossaryTermActivityTypeListResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
types
List<GlossaryTermActivityType> types
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryTermElementResponse
class GlossaryTermElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GlossaryTermElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryTermElementsResponse
class GlossaryTermElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<GlossaryTermElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryTermRelationshipRequestBody
class GlossaryTermRelationshipRequestBody extends EffectiveTimeQueryRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
glossaryGUID
String glossaryGUID
-
limitResultsByStatus
List<GlossaryTermRelationshipStatus> limitResultsByStatus
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryTermRelationshipStatusListResponse
class GlossaryTermRelationshipStatusListResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
statuses
List<GlossaryTermRelationshipStatus> statuses
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryTermStatusListResponse
class GlossaryTermStatusListResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
statuses
List<GlossaryTermStatus> statuses
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GlossaryTermStatusRequestBody
class GlossaryTermStatusRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
glossaryTermStatus
GlossaryTermStatus glossaryTermStatus
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GovernanceActionElementResponse
class GovernanceActionElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceActionElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GovernanceActionElementsResponse
class GovernanceActionElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceActionElement> elements
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GovernanceActionProcessElementResponse
class GovernanceActionProcessElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceActionProcessElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GovernanceActionProcessElementsResponse
class GovernanceActionProcessElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceActionProcessElement> elements
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GovernanceActionTypeElementResponse
class GovernanceActionTypeElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceActionTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.GovernanceActionTypeElementsResponse
class GovernanceActionTypeElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceActionTypeElement> elements
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.HistoryRequestBody
class HistoryRequestBody extends EffectiveTimeQueryRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.InformalTagResponse
class InformalTagResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tag
InformalTagElement tag
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.InformalTagsResponse
class InformalTagsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tags
List<InformalTagElement> tags
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.InformalTagUpdateRequestBody
class InformalTagUpdateRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.LikeElementResponse
class LikeElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
LikeElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.LikeElementsResponse
class LikeElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<LikeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.LineageMappingElementResponse
class LineageMappingElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
LineageMappingElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.LineageMappingElementsResponse
class LineageMappingElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<LineageMappingElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.NameRequestBody
class NameRequestBody extends EffectiveTimeQueryRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.NextGovernanceActionTypeElementsResponse
class NextGovernanceActionTypeElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<NextGovernanceActionTypeElement> elements
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.NoteElementResponse
class NoteElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
NoteElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.NoteElementsResponse
class NoteElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<NoteElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.NoteLogElementResponse
class NoteLogElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
NoteLogElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.NoteLogElementsResponse
class NoteLogElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<NoteLogElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.PortElementResponse
class PortElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
PortElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.PortElementsResponse
class PortElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<PortElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.PortRequestBody
class PortRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
PortProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.PrimaryKeyClassificationRequestBody
class PrimaryKeyClassificationRequestBody extends EffectiveTimeQueryRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
primaryKeyProperties
PrimaryKeyProperties primaryKeyProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ProcessCallElementResponse
class ProcessCallElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ProcessCallElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ProcessCallElementsResponse
class ProcessCallElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ProcessCallElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ProcessCallRequestBody
class ProcessCallRequestBody extends AssetManagerIdentifiersRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ProcessCallProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ProcessElementResponse
class ProcessElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ProcessElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ProcessElementsResponse
class ProcessElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ProcessElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ProcessRequestBody
class ProcessRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
ProcessProperties elementProperties
-
processStatus
ProcessStatus processStatus
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ProcessStatusRequestBody
class ProcessStatusRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processStatus
ProcessStatus processStatus
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.RatingElementResponse
class RatingElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
RatingElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.RatingElementsResponse
class RatingElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RatingElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
ReferenceableProperties elementProperties
-
metadataCorrelationProperties
MetadataCorrelationProperties metadataCorrelationProperties
-
parentGUID
String parentGUID
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.ReferenceableUpdateRequestBody
class ReferenceableUpdateRequestBody extends ReferenceableRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.RelatedElementsResponse
class RelatedElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.RelationshipElementResponse
class RelationshipElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
RelationshipElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.RelationshipElementsResponse
class RelationshipElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelationshipElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.RelationshipRequestBody
class RelationshipRequestBody extends EffectiveTimeQueryRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
RelationshipProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.SchemaAttributeElementResponse
class SchemaAttributeElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SchemaAttributeElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.SchemaAttributeElementsResponse
class SchemaAttributeElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SchemaAttributeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.SchemaAttributeRequestBody
class SchemaAttributeRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
SchemaAttributeProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.SchemaTypeElementResponse
class SchemaTypeElementResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SchemaTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.SchemaTypeElementsResponse
class SchemaTypeElementsResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SchemaTypeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.SchemaTypeRequestBody
class SchemaTypeRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
SchemaTypeProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.SearchStringRequestBody
class SearchStringRequestBody extends EffectiveTimeQueryRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.TemplateRequestBody
class TemplateRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
TemplateProperties elementProperties
-
parentGUID
String parentGUID
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.TermAssignmentStatusListResponse
class TermAssignmentStatusListResponse extends AssetManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
statuses
List<TermAssignmentStatus> statuses
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.TermRelationshipRequestBody
class TermRelationshipRequestBody extends AssetManagerIdentifiersRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
GlossaryTermRelationship properties
-
-
Class org.odpi.openmetadata.accessservices.assetmanager.rest.UpdateRequestBody
class UpdateRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
metadataCorrelationProperties
MetadataCorrelationProperties metadataCorrelationProperties
-
-
-
Package org.odpi.openmetadata.accessservices.assetowner.events
-
Class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
class AssetOwnerOutTopicEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementHeader
ElementHeader elementHeader
-
elementProperties
Map<String,
Object> elementProperties -
eventTime
Date eventTime
-
eventType
AssetOwnerEventType eventType
-
eventVersionId
long eventVersionId
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementHeader previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties
-
-
-
Package org.odpi.openmetadata.accessservices.assetowner.metadataelements
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.AssetElement
class AssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetProperties
AssetProperties assetProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationElement
class CertificationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certificationHeader
ElementHeader certificationHeader
-
certificationProperties
RelationshipProperties certificationProperties
-
certificationTypeHeader
ElementHeader certificationTypeHeader
-
certificationTypeProperties
CertificationProperties certificationTypeProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.CertificationTypeElement
class CertificationTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CertificationTypeProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectionElement
class ConnectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionProperties
ConnectionProperties connectionProperties
-
connectorType
ElementStub connectorType
-
elementHeader
ElementHeader elementHeader
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
endpoint
ElementStub endpoint
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ConnectorTypeElement
class ConnectorTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeProperties
ConnectorTypeProperties connectorTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EmbeddedConnection
class EmbeddedConnection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
ElementStub embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.EndpointElement
class EndpointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ExternalReferenceElement
class ExternalReferenceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileElement
class FileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
fileProperties
FileProperties fileProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FileSystemElement
class FileSystemElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
fileSystemProperties
FileSystemProperties fileSystemProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.FolderElement
class FolderElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
folderProperties
FolderProperties folderProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseElement
class LicenseElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
licenseHeader
ElementHeader licenseHeader
-
licenseProperties
RelationshipProperties licenseProperties
-
licenseTypeHeader
ElementHeader licenseTypeHeader
-
licenseTypeProperties
LicenseProperties licenseTypeProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.LicenseTypeElement
class LicenseTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
LicenseTypeProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ReferenceableElement
class ReferenceableElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
referenceableProperties
ReferenceableProperties referenceableProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaAttributeElement
class SchemaAttributeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
schemaAttributeProperties
SchemaAttributeProperties schemaAttributeProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.SchemaTypeElement
class SchemaTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
schemaTypeProperties
SchemaTypeProperties schemaTypeProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
class ValidValueElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
isDefaultValue
boolean isDefaultValue
-
setGUID
String setGUID
-
validValueProperties
ValidValueProperties validValueProperties
-
-
-
Package org.odpi.openmetadata.accessservices.assetowner.properties
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.AssetProperties
class AssetProperties extends SupplementaryProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
name
String name
-
originBusinessCapabilityGUID
String originBusinessCapabilityGUID
-
originOrganizationGUID
String originOrganizationGUID
-
otherOriginValues
Map<String,
String> otherOriginValues -
owner
String owner
-
ownerPropertyName
String ownerPropertyName
-
ownerType
OwnerType ownerType
-
ownerTypeName
String ownerTypeName
-
versionIdentifier
String versionIdentifier
-
zoneMembership
List<String> zoneMembership
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationProperties
class CertificationProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateId
String certificateId
-
certifiedBy
String certifiedBy
-
certifiedByPropertyName
String certifiedByPropertyName
-
certifiedByTypeName
String certifiedByTypeName
-
conditions
String conditions
-
custodian
String custodian
-
custodianPropertyName
String custodianPropertyName
-
custodianTypeName
String custodianTypeName
-
endDate
Date endDate
-
notes
String notes
-
recipient
String recipient
-
recipientPropertyName
String recipientPropertyName
-
recipientTypeName
String recipientTypeName
-
startDate
Date startDate
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.CertificationTypeProperties
class CertificationTypeProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
String details
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.ComplexSchemaTypeProperties
class ComplexSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeCount
int attributeCount
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectionProperties
class ConnectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.ConnectorTypeProperties
class ConnectorTypeProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorFrameworkName
String connectorFrameworkName
-
connectorInterfaceLanguage
String connectorInterfaceLanguage
-
connectorInterfaces
List<String> connectorInterfaces
-
connectorProviderClassName
String connectorProviderClassName
-
description
String description
-
displayName
String displayName
-
expectedDataFormat
String expectedDataFormat
-
recognizedAdditionalProperties
List<String> recognizedAdditionalProperties
-
recognizedConfigurationProperties
List<String> recognizedConfigurationProperties
-
recognizedSecuredProperties
List<String> recognizedSecuredProperties
-
supportedAssetTypeName
String supportedAssetTypeName
-
targetTechnologyInterfaces
List<String> targetTechnologyInterfaces
-
targetTechnologyName
String targetTechnologyName
-
targetTechnologySource
String targetTechnologySource
-
targetTechnologyVersions
List<String> targetTechnologyVersions
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.DataStoreProperties
class DataStoreProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.DerivedSchemaTypeQueryTargetProperties
class DerivedSchemaTypeQueryTargetProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaAttributeProperties
class DocumentSchemaAttributeProperties extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaTypeProperties
class DocumentSchemaTypeProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.DuplicateProperties
class DuplicateProperties extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.EndpointProperties
class EndpointProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.EnumSchemaTypeProperties
class EnumSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueSetGUID
String validValueSetGUID
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceLinkProperties
class ExternalReferenceLinkProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalReferenceProperties
class ExternalReferenceProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.ExternalSchemaTypeProperties
class ExternalSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
externalSchemaType
SchemaTypeProperties externalSchemaType
-
externalSchemaTypeGUID
String externalSchemaTypeGUID
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.FileProperties
class FileProperties extends DataStoreProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileType
String fileType
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
class FileSystemProperties extends SoftwareCapabilityProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.FolderProperties
class FolderProperties extends DataStoreProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.GovernanceDefinitionProperties
class GovernanceDefinitionProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
documentIdentifier
String documentIdentifier
-
domainIdentifier
int domainIdentifier
-
extendedProperties
Map<String,
Object> extendedProperties -
implications
List<String> implications
-
outcomes
List<String> outcomes
-
priority
String priority
-
results
List<String> results
-
scope
String scope
-
summary
String summary
-
title
String title
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseProperties
class LicenseProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conditions
String conditions
-
custodian
String custodian
-
custodianPropertyName
String custodianPropertyName
-
custodianTypeName
String custodianTypeName
-
endDate
Date endDate
-
entitlements
Map<String,
String> entitlements -
licensedBy
String licensedBy
-
licensedByPropertyName
String licensedByPropertyName
-
licensedByTypeName
String licensedByTypeName
-
licensee
String licensee
-
licenseePropertyName
String licenseePropertyName
-
licenseeTypeName
String licenseeTypeName
-
licenseId
String licenseId
-
notes
String notes
-
obligations
Map<String,
String> obligations -
restrictions
Map<String,
String> restrictions -
startDate
Date startDate
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.LicenseTypeProperties
class LicenseTypeProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
String details
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.LiteralSchemaTypeProperties
class LiteralSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.MapSchemaTypeProperties
class MapSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mapFromElement
SchemaTypeProperties mapFromElement
-
mapToElement
SchemaTypeProperties mapToElement
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
class MeaningProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.PrimitiveSchemaTypeProperties
class PrimitiveSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.ResourceListProperties
class ResourceListProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
resourceUse
String resourceUse
-
watchResource
boolean watchResource
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
class SchemaAttributeProperties extends SchemaElementProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aliases
List<String> aliases
-
allowsDuplicateValues
boolean allowsDuplicateValues
-
attributeRelationships
List<SchemaAttributeRelationshipProperties> attributeRelationships
-
attributeType
SchemaTypeProperties attributeType
-
defaultValueOverride
String defaultValueOverride
-
elementPosition
int elementPosition
-
isNullable
boolean isNullable
-
length
int length
-
maxCardinality
int maxCardinality
-
minCardinality
int minCardinality
-
minimumLength
int minimumLength
-
nativeJavaClass
String nativeJavaClass
-
orderedValues
boolean orderedValues
-
precision
int precision
-
sortOrder
DataItemSortOrder sortOrder
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeRelationshipProperties
class SchemaAttributeRelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
class SchemaElementProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeChoiceProperties
class SchemaTypeChoiceProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaOptions
List<SchemaTypeProperties> schemaOptions
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
class SchemaTypeProperties extends SchemaElementProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.SecurityTagsProperties
class SecurityTagsProperties extends Object implements Serializable -
Class org.odpi.openmetadata.accessservices.assetowner.properties.SimpleSchemaTypeProperties
class SimpleSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
class SoftwareCapabilityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.StakeholderProperties
class StakeholderProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
stakeholderRole
String stakeholderRole
-
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.StructDocumentTypeProperties
class StructDocumentTypeProperties extends StructSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.StructSchemaTypeProperties
class StructSchemaTypeProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
class SupplementaryProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.TabularColumnProperties
class TabularColumnProperties extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.TabularSchemaTypeProperties
class TabularSchemaTypeProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.properties.ValidValueProperties
class ValidValueProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.assetowner.rest
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationListResponse
class AnnotationListResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotations
List<Annotation> annotations
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.AnnotationResponse
class AnnotationResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotation
Annotation annotation
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementResponse
class AssetElementResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asset
AssetElement asset
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.AssetElementsResponse
class AssetElementsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assets
List<AssetElement> assets
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
class AssetOwnerOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIResponse
class AssetOwnerOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.CertificateIdRequestBody
class CertificateIdRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateId
String certificateId
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationListResponse
class CertificationListResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<CertificationElement> elements
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeListResponse
class CertificationTypeListResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<CertificationTypeElement> elements
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeRequestBody
class CertificationTypeRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
initialStatus
GovernanceDefinitionStatus initialStatus
-
properties
CertificationTypeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.CertificationTypeResponse
class CertificationTypeResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
CertificationTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ClassificationRequestBody
class ClassificationRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ClassificationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.CombinedSchemaRequestBody
class CombinedSchemaRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaAttributes
List<SchemaAttributeProperties> schemaAttributes
-
schemaType
SchemaTypeProperties schemaType
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionRequestBody
class ConnectionRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
shortDescription
String shortDescription
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionResponse
class ConnectionResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectionElement element
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectionsResponse
class ConnectionsResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectionElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypeResponse
class ConnectorTypeResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectorTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ConnectorTypesResponse
class ConnectorTypesResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectorTypeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.DiscoveryAnalysisReportListResponse
class DiscoveryAnalysisReportListResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
discoveryAnalysisReports
List<DiscoveryAnalysisReport> discoveryAnalysisReports
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ElementStubListResponse
class ElementStubListResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ElementStub> elements
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.EmbeddedConnectionRequestBody
class EmbeddedConnectionRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointResponse
class EndpointResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
EndpointElement element
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.EndpointsResponse
class EndpointsResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<EndpointElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceIdRequestBody
class ExternalReferenceIdRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
referenceId
String referenceId
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceListResponse
class ExternalReferenceListResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ExternalReferenceElement> elements
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceRequestBody
class ExternalReferenceRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
anchorGUID
String anchorGUID
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalReferenceResponse
class ExternalReferenceResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ExternalReferenceElement element
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ExternalSourceRequestBody
class ExternalSourceRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
class FileSystemResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileSystem
FileSystemElement fileSystem
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
class FolderResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
folder
FolderElement folder
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseIdRequestBody
class LicenseIdRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
licenseId
String licenseId
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseListResponse
class LicenseListResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<LicenseElement> elements
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeListResponse
class LicenseTypeListResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<LicenseTypeElement> elements
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeRequestBody
class LicenseTypeRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
initialStatus
GovernanceDefinitionStatus initialStatus
-
properties
LicenseTypeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.LicenseTypeResponse
class LicenseTypeResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
LicenseTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
class NewCSVFileAssetRequestBody extends NewFileAssetRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
class NewFileAssetRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
class NewFileSystemRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
displayName
String displayName
-
encryption
String encryption
-
fileSystemType
String fileSystemType
-
format
String format
-
patchLevel
String patchLevel
-
source
String source
-
uniqueName
String uniqueName
-
version
String version
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.OriginRequestBody
class OriginRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.OwnerRequestBody
class OwnerRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.PagedResponse
class PagedResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
startingFromElement
int startingFromElement
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
class PathNameRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fullPath
String fullPath
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
anchorGUID
String anchorGUID
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.RelatedElementListResponse
class RelatedElementListResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.RelationshipRequestBody
class RelationshipRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
RelationshipProperties properties
-
relationshipName
String relationshipName
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributeRequestBody
class SchemaAttributeRequestBody extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaAttributeProperties
SchemaAttributeProperties schemaAttributeProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributesRequestBody
class SchemaAttributesRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaAttributeProperties
List<SchemaAttributeProperties> schemaAttributeProperties
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.SchemaTypeRequestBody
class SchemaTypeRequestBody extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaTypeProperties
SchemaTypeProperties schemaTypeProperties
Deprecated.
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.SecurityTagsRequestBody
class SecurityTagsRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.StatusRequestBody
class StatusRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotationStatus
AnnotationStatus annotationStatus
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateClassificationRequestBody
class TemplateClassificationRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValueResponse
class ValidValueResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ValidValueElement element
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesRequestBody
class ValidValuesRequestBody extends AssetOwnerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
classifications
List<ElementClassification> classifications
-
description
String description
-
displayName
String displayName
-
extendedProperties
Map<String,
Object> extendedProperties -
isDeprecated
boolean isDeprecated
-
meanings
List<MeaningProperties> meanings
-
preferredValue
String preferredValue
-
qualifiedName
String qualifiedName
-
scope
String scope
-
typeName
String typeName
-
usage
String usage
-
-
Class org.odpi.openmetadata.accessservices.assetowner.rest.ValidValuesResponse
class ValidValuesResponse extends AssetOwnerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValueElement> elementList
-
-
-
Package org.odpi.openmetadata.accessservices.communityprofile.events
-
Class org.odpi.openmetadata.accessservices.communityprofile.events.CommunityProfileEventHeader
class CommunityProfileEventHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventVersionId
long eventVersionId
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.events.CommunityProfileOutboundEvent
class CommunityProfileOutboundEvent extends CommunityProfileEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementProperties
Map<String,
Object> elementProperties -
endOneElement
ElementStub endOneElement
-
endTwoElement
ElementStub endTwoElement
-
eventTime
Date eventTime
-
eventType
CommunityProfileOutboundEventType eventType
-
eventVersionId
long eventVersionId
-
isPublic
boolean isPublic
-
plateau
long plateau
-
pointsTotal
long pointsTotal
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementStub previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties -
principleElement
ElementStub principleElement
-
userId
String userId
-
-
-
Package org.odpi.openmetadata.accessservices.communityprofile.ffdc.exceptions
-
Exception org.odpi.openmetadata.accessservices.communityprofile.ffdc.exceptions.CommunityProfileCheckedExceptionBase
class CommunityProfileCheckedExceptionBase extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.accessservices.communityprofile.ffdc.exceptions.NoProfileForUserException
class NoProfileForUserException extends CommunityProfileCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userId
String userId
-
-
-
Package org.odpi.openmetadata.accessservices.communityprofile.metadataelements
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ActorProfileElement
class ActorProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessCapability
List<RelatedElement> businessCapability
-
contactMethods
List<ContactMethodElement> contactMethods
-
contributionRecord
ContributionRecordElement contributionRecord
-
elementHeader
ElementHeader elementHeader
-
linkedInfrastructure
List<ElementStub> linkedInfrastructure
-
locations
List<ProfileLocationElement> locations
-
personRoles
List<ElementStub> personRoles
-
profileProperties
ActorProfileProperties profileProperties
-
subTeams
List<ElementStub> subTeams
-
superTeam
ElementStub superTeam
-
teamLeaderRoles
List<ElementStub> teamLeaderRoles
-
teamMemberRoles
List<ElementStub> teamMemberRoles
-
userIdentities
List<ProfileIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.AssetCollectionMember
class AssetCollectionMember extends CollectionMemberHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
AssetProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CollectionElement
class CollectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CollectionProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CollectionMember
class CollectionMember extends CollectionMemberHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CollectionMemberHeader
class CollectionMemberHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dateAddedToCollection
Date dateAddedToCollection
-
elementHeader
ElementHeader elementHeader
-
membershipRationale
String membershipRationale
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CommentElement
class CommentElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CommentProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CommunityCollectionMember
class CommunityCollectionMember extends CollectionMemberHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
CommunityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CommunityElement
class CommunityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CommunityProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CommunityMembershipElement
class CommunityMembershipElement extends PersonalRoleElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
community
ElementStub community
-
membershipType
CommunityMembershipType membershipType
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContactMethodElement
class ContactMethodElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ContributionRecordElement
class ContributionRecordElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContributionRecord properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ExternalReferenceElement
class ExternalReferenceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.InformalTagElement
class InformalTagElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
InformalTagProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.LikeElement
class LikeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
LikeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.LocationElement
class LocationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
locationProperties
LocationProperties locationProperties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.MetadataSourceElement
class MetadataSourceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
MetadataSourceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.NoteLogEntryElement
class NoteLogEntryElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
NoteLogEntryProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.NoteLogHeaderElement
class NoteLogHeaderElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
NoteLogHeaderProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonalProfileElement
class PersonalProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
profileProperties
PersonalProfileProperties profileProperties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonalProfileUniverse
class PersonalProfileUniverse extends PersonalProfileElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethods
List<ContactMethodElement> contactMethods
-
contributionRecord
ContributionRecordElement contributionRecord
-
peers
List<ElementStub> peers
-
roles
List<ElementStub> roles
-
userIdentities
List<ProfileIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonalRoleElement
class PersonalRoleElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
PersonalRoleProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonRoleAppointee
class PersonRoleAppointee extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
profile
ActorProfileElement profile
-
properties
AppointmentProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonRoleElement
class PersonRoleElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
PersonRoleProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProfileIdentityElement
class ProfileIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
profileIdentity
ProfileIdentityProperties profileIdentity
-
properties
UserIdentityElement properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProfileLocationElement
class ProfileLocationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
location
ElementStub location
-
properties
ProfileLocationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProjectCollectionMember
class ProjectCollectionMember extends CollectionMemberHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ProjectProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.RatingElement
class RatingElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
RatingProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.RelationshipElement
class RelationshipElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
end1GUID
ElementHeader end1GUID
-
end2GUID
ElementHeader end2GUID
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ResourceElement
class ResourceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ResourceProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.SecurityGroupElement
class SecurityGroupElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SecurityGroupProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.TeamMembershipElement
class TeamMembershipElement extends PersonalRoleElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
leadershipRole
boolean leadershipRole
-
position
String position
-
team
ElementStub team
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.TeamProfileElement
class TeamProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
TeamProfileProperties properties
-
subTeams
List<ElementStub> subTeams
-
superTeam
ElementStub superTeam
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ToDoElement
class ToDoElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ToDoProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.UserIdentityElement
class UserIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
UserIdentityProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ValidValueElement
class ValidValueElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
relatedElement
RelatedElement relatedElement
-
validValueProperties
ValidValueProperties validValueProperties
-
-
-
Package org.odpi.openmetadata.accessservices.communityprofile.properties
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ActorProfileProperties
class ActorProfileProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.AdjacentLocationProperties
class AdjacentLocationProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.AppointmentProperties
class AppointmentProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.AssetLocationProperties
class AssetLocationProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.AssetProperties
class AssetProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.AssignmentScopeProperties
class AssignmentScopeProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.CollectionProperties
class CollectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionOrdering
CollectionOrder collectionOrdering
-
description
String description
-
name
String name
-
orderPropertyName
String orderPropertyName
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.CommentProperties
class CommentProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commentText
String commentText
-
commentType
CommentType commentType
-
isPublic
boolean isPublic
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityForum
class CommunityForum extends NoteLogHeaderProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityForumContribution
class CommunityForumContribution extends NoteLogEntryProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityMembershipProperties
class CommunityMembershipProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
membershipType
CommunityMembershipType membershipType
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityProperties
class CommunityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ContactMethodProperties
class ContactMethodProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethodService
String contactMethodService
-
contactMethodType
ContactMethodType contactMethodType
-
contactMethodValue
String contactMethodValue
-
contactType
String contactType
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
name
String name
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ContributionRecord
class ContributionRecord extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
karmaPointPlateau
long karmaPointPlateau
-
karmaPoints
long karmaPoints
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.DigitalLocationProperties
class DigitalLocationProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
networkAddress
String networkAddress
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ExternalReferenceProperties
class ExternalReferenceProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
extendedProperties
Map<String,
Object> extendedProperties -
linkDescription
String linkDescription
-
linkId
String linkId
-
owningOrganization
String owningOrganization
-
resourceDescription
String resourceDescription
-
resourceDisplayName
String resourceDisplayName
-
resourceId
String resourceId
-
resourceURL
String resourceURL
-
resourceVersion
String resourceVersion
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.FixedLocationProperties
class FixedLocationProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.GovernanceDefinitionProperties
class GovernanceDefinitionProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
documentIdentifier
String documentIdentifier
-
domainIdentifier
int domainIdentifier
-
extendedProperties
Map<String,
Object> extendedProperties -
implications
List<String> implications
-
outcomes
List<String> outcomes
-
priority
String priority
-
results
List<String> results
-
scope
String scope
-
status
GovernanceDefinitionStatus status
-
summary
String summary
-
title
String title
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.InformalTagProperties
class InformalTagProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.LikeProperties
class LikeProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.LocationProperties
class LocationProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.MetadataSourceProperties
class MetadataSourceProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.NestedLocationProperties
class NestedLocationProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.NoteLogEntryProperties
class NoteLogEntryProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.NoteLogHeaderProperties
class NoteLogHeaderProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.PersonalMessage
class PersonalMessage extends CommentProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.PersonalNote
class PersonalNote extends NoteLogEntryProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.PersonalNoteLog
class PersonalNoteLog extends NoteLogHeaderProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.PersonalProfileProperties
class PersonalProfileProperties extends ActorProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
employeeNumber
String employeeNumber
-
employeeType
String employeeType
-
fullName
String fullName
-
givenNames
String givenNames
-
initials
String initials
-
isPublic
boolean isPublic
-
jobTitle
String jobTitle
-
preferredLanguage
String preferredLanguage
-
pronouns
String pronouns
-
surname
String surname
-
title
String title
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.PersonalRoleProperties
class PersonalRoleProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
domainIdentifier
int domainIdentifier
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
qualifiedName
String qualifiedName
-
roleId
String roleId
-
scope
String scope
-
title
String title
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.PersonRoleProperties
class PersonRoleProperties extends PersonalRoleProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
headCount
int headCount
-
headCountLimitSet
boolean headCountLimitSet
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ProfileIdentityProperties
class ProfileIdentityProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ProfileLocationProperties
class ProfileLocationProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associationType
String associationType
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ProjectProperties
class ProjectProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.RatingProperties
class RatingProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
review
String review
-
starRating
StarRating starRating
-
user
String user
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceValueAssignmentProperties
class ReferenceValueAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ResourceListProperties
class ResourceListProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
resourceUse
String resourceUse
-
watchResource
boolean watchResource
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ResourceProperties
class ResourceProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.SecureLocationProperties
class SecureLocationProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.SecurityGroupProperties
class SecurityGroupProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
distinguishedName
String distinguishedName
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.StakeholderProperties
class StakeholderProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
stakeholderRole
String stakeholderRole
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.TeamProfileProperties
class TeamProfileProperties extends ActorProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ToDoProperties
class ToDoProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.UserIdentityProperties
class UserIdentityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ValidValueAssignmentProperties
class ValidValueAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
strictRequirement
boolean strictRequirement
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ValidValueMembershipProperties
class ValidValueMembershipProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isDefaultValue
boolean isDefaultValue
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.properties.ValidValueProperties
class ValidValueProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.communityprofile.rest
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.ActorProfileListResponse
class ActorProfileListResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ActorProfileElement> elements
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.ActorProfileRequestBody
class ActorProfileRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contributionRecord
ContributionRecord contributionRecord
-
properties
ActorProfileProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.ActorProfileResponse
class ActorProfileResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ActorProfileElement element
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.AppointmentRequestBody
class AppointmentRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
AppointmentProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.AssetCollectionRequestBody
class AssetCollectionRequestBody extends CommunityProfileOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.AssetListResponse
class AssetListResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assets
List<AssetCollectionMember> assets
-
startingFromElement
int startingFromElement
-
totalListSize
int totalListSize
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.ClassificationRequestBody
class ClassificationRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ClassificationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityListResponse
class CommunityListResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<CommunityElement> elements
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityProfileOMASAPIRequestBody
class CommunityProfileOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityProfileOMASAPIResponse
class CommunityProfileOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityResponse
class CommunityResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
CommunityElement element
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.ContactMethodRequestBody
class ContactMethodRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.EffectiveDatesRequestBody
class EffectiveDatesRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.EffectiveTimeRequestBody
class EffectiveTimeRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.ElementStubsResponse
class ElementStubsResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ElementStub> elements
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.ExternalSourceRequestBody
class ExternalSourceRequestBody extends CommunityProfileOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.LocationListResponse
class LocationListResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<LocationElement> elements
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.LocationResponse
class LocationResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
LocationElement element
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.MetadataSourceResponse
class MetadataSourceResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
MetadataSourceElement element
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.MyProfileRequestBody
class MyProfileRequestBody extends CommunityProfileOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.PersonalProfileListResponse
class PersonalProfileListResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
personalProfiles
List<PersonalProfileUniverse> personalProfiles
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.PersonalProfileRequestBody
class PersonalProfileRequestBody extends MyProfileRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.PersonalProfileResponse
class PersonalProfileResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
personalProfile
PersonalProfileUniverse personalProfile
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.PersonalProfileValidatorRequestBody
class PersonalProfileValidatorRequestBody extends CommunityProfileOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleAppointeeListResponse
class PersonRoleAppointeeListResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<PersonRoleAppointee> elements
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleListResponse
class PersonRoleListResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<PersonRoleElement> elements
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleRequestBody
class PersonRoleRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
PersonRoleProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleResponse
class PersonRoleResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
PersonRoleElement element
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parentGUID
String parentGUID
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.RelatedElementListResponse
class RelatedElementListResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.RelationshipElementResponse
class RelationshipElementResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
RelationshipElement element
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.RelationshipElementsResponse
class RelationshipElementsResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelationshipElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.RelationshipRequestBody
class RelationshipRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
RelationshipProperties properties
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupResponse
class SecurityGroupResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SecurityGroupElement element
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupsResponse
class SecurityGroupsResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SecurityGroupElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.TeamPlayerRequestBody
class TeamPlayerRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
leadershipRole
boolean leadershipRole
-
position
String position
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.UserIdentityListResponse
class UserIdentityListResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<UserIdentityElement> elements
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.UserIdentityResponse
class UserIdentityResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
UserIdentityElement element
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.ValidValueListResponse
class ValidValueListResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValueElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.communityprofile.rest.ValidValueResponse
class ValidValueResponse extends CommunityProfileOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ValidValueElement element
-
-
-
Package org.odpi.openmetadata.accessservices.dataengine.event
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DatabaseEvent
class DatabaseEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
database
Database database
The database to be created
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DatabaseSchemaEvent
class DatabaseSchemaEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseQualifiedName
String databaseQualifiedName
The database qualified name to which the database schema will be linked, if it exists -
databaseSchema
DatabaseSchema databaseSchema
The database schema to be created
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
class DataEngineEventHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataEngineEventType
DataEngineEventType dataEngineEventType
The Data Engine event type -
externalSourceName
String externalSourceName
The external source type unique name -
userId
String userId
Producer user ID
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineRegistrationEvent
class DataEngineRegistrationEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
engine
Engine engine
Engine
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataFileEvent
class DataFileEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataFile
DataFile dataFile
The data file to be created
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DataFlowsEvent
class DataFlowsEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.event.DeleteEvent
class DeleteEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deleteSemantic
DeleteSemantic deleteSemantic
The delete semantic -
guid
String guid
The unique identifier of the entity -
qualifiedName
String qualifiedName
The qualified name of the entity
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.EventTypeEvent
class EventTypeEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.event.FindEvent
class FindEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
findRequestBody
FindRequestBody findRequestBody
The find request body
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.PortAliasEvent
class PortAliasEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.event.PortImplementationEvent
class PortImplementationEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
portImplementation
PortImplementation portImplementation
The port implementation -
processQualifiedName
String processQualifiedName
The process qualified name
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessEvent
class ProcessEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
process
Process process
The process
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessHierarchyEvent
class ProcessHierarchyEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processHierarchy
ProcessHierarchy processHierarchy
The process hierarchy
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessingStateEvent
class ProcessingStateEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processingState
ProcessingState processingState
The processing state.
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.ProcessListEvent
class ProcessListEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.event.RelationalTableEvent
class RelationalTableEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseSchemaQualifiedName
String databaseSchemaQualifiedName
The qualified name of the database schema -
relationalTable
RelationalTable relationalTable
The relational table to be created
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.SchemaTypeEvent
class SchemaTypeEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
portQualifiedName
String portQualifiedName
The port qualified name -
schemaType
SchemaType schemaType
The schema type
-
-
Class org.odpi.openmetadata.accessservices.dataengine.event.TopicEvent
class TopicEvent extends DataEngineEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
topic
Topic topic
The topic to be created
-
-
-
Package org.odpi.openmetadata.accessservices.dataengine.ffdc
-
Exception org.odpi.openmetadata.accessservices.dataengine.ffdc.DataEngineException
class DataEngineException extends OCFCheckedExceptionBase implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.dataengine.model
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Asset
class Asset extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
The stored description property associated with the asset -
displayName
String displayName
The stored display name property for the asset -
originBusinessCapabilityGUID
String originBusinessCapabilityGUID
The unique identifier of the business capability that originated this asset -
originOrganizationGUID
String originOrganizationGUID
The unique identifier for the organization that originated this asset -
otherOriginValues
Map<String,
String> otherOriginValues The properties that characterize where this asset is from -
owner
String owner
The name of the owner for this asset -
ownerType
OwnerType ownerType
The owner type for this asset -
zoneMembership
List<String> zoneMembership
The names of the zones that this asset is a member of
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Attribute
class Attribute extends Referenceable implements Serializable-
Serialized Fields
-
aliases
List<String> aliases
A list of alternative names for the attribute -
allowsDuplicateValues
boolean allowsDuplicateValues
Indicates whether the same value can be used by more than one instance of this attribute -
dataType
String dataType
The data type for this element -
defaultValue
String defaultValue
The default value for the element -
defaultValueOverride
String defaultValueOverride
Default value override -
description
String description
The stored description property for the schema element -
displayName
String displayName
The simple name of the schema element -
externalTypeGUID
String externalTypeGUID
The unique identifier of this column's type -
fixedValue
String fixedValue
A fixed literal value - an alternative to default value -
isDeprecated
boolean isDeprecated
Indicates if the schema element is deprecated -
isNullable
boolean isNullable
Indicates whether the field is nullable or not -
length
int length
The length of the data field -
maxCardinality
int maxCardinality
The maximum number of instances allowed for this attribute -
minCardinality
int minCardinality
This minimum number of instances allowed for this attribute -
minimumLength
int minimumLength
The minimum length of the data -
nativeClass
String nativeClass
The name of the Java class to use to represent this type -
orderedValues
boolean orderedValues
Indicates whether the attribute instances are arranged in an order -
position
int position
The position of this schema attribute in its parent schema -
precision
int precision
The number of significant digits to the right of decimal point -
sortOrder
DataItemSortOrder sortOrder
The order that the attribute instances are arranged in -
typeGuid
String typeGuid
Unique identifier of the type for this schema element -
typeName
String typeName
The name of the type for this schema element -
validValuesSetGUID
String validValuesSetGUID
The set of valid values for this column
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Collection
class Collection extends Referenceable implements Serializable-
Serialized Fields
-
name
String name
The name of the collection
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Connection
class Connection extends Referenceable implements Serializable-
Serialized Fields
-
assetSummary
String assetSummary
The asset summary -
clearPassword
String clearPassword
The clear password -
configurationProperties
Map<String,
String> configurationProperties The configuration properties -
connectorType
ConnectorType connectorType
The connector type -
description
String description
The description -
displayName
String displayName
The display name -
encryptedPassword
String encryptedPassword
The encrypted password -
endpoint
Endpoint endpoint
The endpoint -
securedProperties
Map<String,
String> securedProperties The secured properties -
userId
String userId
The user id
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.ConnectorType
class ConnectorType extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorFrameworkName
String connectorFrameworkName
-
connectorInterfaceLanguage
String connectorInterfaceLanguage
-
connectorInterfaces
List<String> connectorInterfaces
-
connectorProviderClassName
String connectorProviderClassName
-
description
String description
-
displayName
String displayName
-
expectedDataFormat
String expectedDataFormat
-
recognizedAdditionalProperties
List<String> recognizedAdditionalProperties
-
recognizedConfigurationProperties
List<String> recognizedConfigurationProperties
-
recognizedSecuredProperties
List<String> recognizedSecuredProperties
-
supportedAssetTypeName
String supportedAssetTypeName
-
targetTechnologyInterfaces
List<String> targetTechnologyInterfaces
-
targetTechnologyName
String targetTechnologyName
-
targetTechnologySource
String targetTechnologySource
-
targetTechnologyVersions
List<String> targetTechnologyVersions
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.CSVFile
class CSVFile extends DataFile implements Serializable -
Class org.odpi.openmetadata.accessservices.dataengine.model.Database
class Database extends DataStore implements Serializable-
Serialized Fields
-
databaseImportedFrom
String databaseImportedFrom
The source (typically connection name) of the database information -
databaseInstance
String databaseInstance
The name of this database instance -
databaseSchema
DatabaseSchema databaseSchema
The database schema -
databaseType
String databaseType
The description of the database type -
databaseVersion
String databaseVersion
The version of the database -
incomplete
boolean incomplete
Determines if the database is incomplete -
networkAddress
String networkAddress
The Endpoint network address -
protocol
String protocol
The Endpoint protocol -
tables
List<RelationalTable> tables
The relational tables inside the database
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DatabaseSchema
class DatabaseSchema extends Asset implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
incomplete
boolean incomplete
Determines if the database schema is incomplete
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DataFile
class DataFile extends DataStore implements Serializable-
Serialized Fields
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DataFlow
class DataFlow extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.DataStore
class DataStore extends Asset implements Serializable-
Serialized Fields
-
createTime
Date createTime
The time that the data store was created -
encodingDescription
String encodingDescription
The description of the encoding used in the data store -
encodingLanguage
String encodingLanguage
The name of the natural language used for text strings within the data store -
encodingProperties
Map<String,
String> encodingProperties The additional properties associated with the encoding process -
encodingType
String encodingType
The name of the encoding style used in the data store -
modifiedTime
Date modifiedTime
The last known time the data store was modified -
pathName
String pathName
The fully qualified physical location of the data store
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Endpoint
class Endpoint extends Referenceable implements Serializable-
Serialized Fields
-
description
String description
The description of the endpoint -
displayName
String displayName
The display name of the endpoint -
encryptionMethod
String encryptionMethod
The encryption method of the endpoint -
name
String name
The name of the endpoint -
networkAddress
String networkAddress
The network address of the endpoint -
protocol
String protocol
The protocol of the endpoint
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Engine
class Engine extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties Additional properties -
description
String description
The description -
engineType
String engineType
The engine type -
engineVersion
String engineVersion
The engine version -
name
String name
The display name -
patchLevel
String patchLevel
The patch level -
qualifiedName
String qualifiedName
The qualified name -
source
String source
The source
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.EventType
class EventType extends SchemaType implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.FileFolder
class FileFolder extends DataStore implements Serializable -
Class org.odpi.openmetadata.accessservices.dataengine.model.ParentProcess
class ParentProcess extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processContainmentType
ProcessContainmentType processContainmentType
The process containment type -
qualifiedName
String qualifiedName
The qualified name
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Port
class Port extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
displayName
String displayName
The display name -
portType
PortType portType
The port type -
updateSemantic
UpdateSemantic updateSemantic
The update semantic
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.PortAlias
class PortAlias extends Port implements Serializable-
Serialized Fields
-
delegatesTo
String delegatesTo
Delegates to
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.PortImplementation
class PortImplementation extends Port implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaType
SchemaType schemaType
The schema type
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Process
class Process extends Asset implements Serializable-
Serialized Fields
-
collection
Collection collection
The collection to which the process belongs -
dataFlows
List<DataFlow> dataFlows
The data flows -
formula
String formula
The description of the processing performed by this process -
implementationLanguage
String implementationLanguage
The name of the programming language that this process is implemented in -
name
String name
The process name -
parentProcesses
List<ParentProcess> parentProcesses
The parent processes -
portAliases
List<PortAlias> portAliases
The port aliases -
portImplementations
List<PortImplementation> portImplementations
The port implementations -
updateSemantic
UpdateSemantic updateSemantic
The update semantic
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.ProcessHierarchy
class ProcessHierarchy extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
childProcess
String childProcess
The child process -
parentProcess
String parentProcess
The parent process -
processContainmentType
ProcessContainmentType processContainmentType
The process containment type
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.ProcessingState
class ProcessingState extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
class Referenceable extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataengine.model.RelationalColumn
class RelationalColumn extends Attribute implements Serializable-
Serialized Fields
-
formula
String formula
The name of the formula
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.RelationalTable
class RelationalTable extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aliases
List<String> aliases
The list of aliases of the relational table -
columns
List<RelationalColumn> columns
The list of columns of the relational table -
description
String description
The description of the relational table -
displayName
String displayName
The display name of the relational table -
incomplete
boolean incomplete
Determines if the table is incomplete -
isDeprecated
boolean isDeprecated
Determines if the relational table if deprecated -
type
String type
The type of the relational table
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.SchemaType
class SchemaType extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeList
List<Attribute> attributeList
The attribute list -
author
String author
The author -
description
String description
The stored description property associated with the schema type -
displayName
String displayName
The display name -
encodingStandard
String encodingStandard
The encoding standard -
isDeprecated
boolean isDeprecated
Determines if the schema type is deprecated -
namespace
String namespace
The he name of the namespace that this schema type belongs to -
type
String type
The type -
usage
String usage
The usage -
versionNumber
String versionNumber
The version number
-
-
Class org.odpi.openmetadata.accessservices.dataengine.model.Topic
class Topic extends Asset implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.dataengine.rest
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DatabaseRequestBody
class DatabaseRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
database
Database database
The database to be created
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DatabaseSchemaRequestBody
class DatabaseSchemaRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
databaseQualifiedName
String databaseQualifiedName
The database qualified name to which the database schema will be linked, if it exists -
databaseSchema
DatabaseSchema databaseSchema
The database schema to be created
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
class DataEngineOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
externalSourceName
String externalSourceName
The unique name of the external source
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineRegistrationRequestBody
class DataEngineRegistrationRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
engine
Engine engine
Engine
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataFileRequestBody
class DataFileRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
dataFile
DataFile dataFile
The data file to be created
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.DataFlowsRequestBody
class DataFlowsRequestBody extends DataEngineOMASAPIRequestBody implements Serializable -
Class org.odpi.openmetadata.accessservices.dataengine.rest.DeleteRequestBody
class DeleteRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
deleteSemantic
DeleteSemantic deleteSemantic
The delete semantic -
guid
String guid
The unique identifier of the entity -
qualifiedName
String qualifiedName
The qualified name of the entity
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.EventTypeRequestBody
class EventTypeRequestBody extends DataEngineOMASAPIRequestBody implements Serializable -
Class org.odpi.openmetadata.accessservices.dataengine.rest.FindRequestBody
class FindRequestBody extends Object implements Serializable-
Serialized Fields
-
externalSourceName
String externalSourceName
The externalSourceName of the entity -
identifiers
Identifiers identifiers
The identifiers name of the entity -
type
String type
The type of the entity
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.PortAliasRequestBody
class PortAliasRequestBody extends DataEngineOMASAPIRequestBody implements Serializable -
Class org.odpi.openmetadata.accessservices.dataengine.rest.PortImplementationRequestBody
class PortImplementationRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
portImplementation
PortImplementation portImplementation
The port implementation -
processQualifiedName
String processQualifiedName
The process qualified name
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.PortListRequestBody
class PortListRequestBody extends DataEngineOMASAPIRequestBody implements Serializable -
Class org.odpi.openmetadata.accessservices.dataengine.rest.ProcessHierarchyRequestBody
class ProcessHierarchyRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
processHierarchy
ProcessHierarchy processHierarchy
The process hierarchy
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.ProcessingStateRequestBody
class ProcessingStateRequestBody extends DataEngineOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processingState
ProcessingState processingState
The sync state to be created
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.ProcessRequestBody
class ProcessRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
process
Process process
The process
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.RelationalTableRequestBody
class RelationalTableRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
databaseSchemaQualifiedName
String databaseSchemaQualifiedName
The qualified name of the database schema -
relationalTable
RelationalTable relationalTable
The relational table to be created
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.SchemaTypeRequestBody
class SchemaTypeRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
schemaType
SchemaType schemaType
The schema type
-
-
-
Class org.odpi.openmetadata.accessservices.dataengine.rest.TopicRequestBody
class TopicRequestBody extends DataEngineOMASAPIRequestBody implements Serializable-
Serialized Fields
-
topic
Topic topic
The topic to be created
-
-
-
-
Package org.odpi.openmetadata.accessservices.datamanager.events
-
Class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventHeader
class DataManagerEventHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventVersionId
long eventVersionId
-
-
Class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
class DataManagerOutboundEvent extends DataManagerEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
endOneElement
ElementStub endOneElement
-
endTwoElement
ElementStub endTwoElement
-
eventType
DataManagerOutboundEventType eventType
-
principleElement
ElementStub principleElement
-
-
-
Package org.odpi.openmetadata.accessservices.datamanager.metadataelements
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIElement
class APIElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
apiProperties
APIProperties apiProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIOperationElement
class APIOperationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
APIOperationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIParameterElement
class APIParameterElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
APIParameterProperties properties
-
type
SchemaTypeElement type
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIParameterListElement
class APIParameterListElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
parameterCount
int parameterCount
-
parameterListType
APIParameterListType parameterListType
-
properties
APIParameterListProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ConnectionElement
class ConnectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionProperties
ConnectionProperties connectionProperties
-
connectorType
ElementStub connectorType
-
elementHeader
ElementHeader elementHeader
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
endpoint
ElementStub endpoint
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ConnectorTypeElement
class ConnectorTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeProperties
ConnectorTypeProperties connectorTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
class DatabaseColumnElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseColumnProperties
DatabaseColumnProperties databaseColumnProperties
-
elementHeader
ElementHeader elementHeader
-
foreignKeyProperties
DatabaseForeignKeyProperties foreignKeyProperties
-
primaryKeyProperties
DatabasePrimaryKeyProperties primaryKeyProperties
-
referencedColumnGUID
String referencedColumnGUID
-
referencedColumnQualifiedName
String referencedColumnQualifiedName
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnTypeElement
class DatabaseColumnTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseColumnTypeProperties
SchemaTypeProperties databaseColumnTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseElement
class DatabaseElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseProperties
DatabaseProperties databaseProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseSchemaElement
class DatabaseSchemaElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseSchemaProperties
DatabaseSchemaProperties databaseSchemaProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseTableElement
class DatabaseTableElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseColumnCount
int databaseColumnCount
-
databaseTableProperties
DatabaseTableProperties databaseTableProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseViewElement
class DatabaseViewElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
databaseViewProperties
DatabaseViewProperties databaseViewProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataContainerElement
class DataContainerElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
DataContainerProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFieldElement
class DataFieldElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
DataFieldProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFileElement
class DataFileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataFileProperties
DataFileProperties dataFileProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.EmbeddedConnection
class EmbeddedConnection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
ElementStub embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.EndpointElement
class EndpointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.EventTypeElement
class EventTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
EventTypeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ExternalReferenceElement
class ExternalReferenceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileFolderElement
class FileFolderElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
fileFolderProperties
FileFolderProperties fileFolderProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileSystemElement
class FileSystemElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
fileSystemProperties
FileSystemProperties fileSystemProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FormElement
class FormElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
FormProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.QueryElement
class QueryElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
QueryProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.RelationshipElement
class RelationshipElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
end1GUID
ElementHeader end1GUID
-
end2GUID
ElementHeader end2GUID
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ReportElement
class ReportElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ReportProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.SchemaAttributeElement
class SchemaAttributeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SchemaAttributeProperties properties
-
type
SchemaTypeElement type
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.SchemaTypeElement
class SchemaTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeCount
int attributeCount
-
elementHeader
ElementHeader elementHeader
-
externalSchemaType
SchemaTypeElement externalSchemaType
-
formula
String formula
-
formulaType
String formulaType
-
mapFromElement
SchemaTypeElement mapFromElement
-
mapToElement
SchemaTypeElement mapToElement
-
queries
List<DerivedSchemaTypeQueryTargetProperties> queries
-
schemaOptions
List<SchemaTypeElement> schemaOptions
-
schemaTypeProperties
SchemaTypeProperties schemaTypeProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.SoftwareCapabilityElement
class SoftwareCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
softwareCapabilitiesProperties
SoftwareCapabilitiesProperties softwareCapabilitiesProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.TabularColumnElement
class TabularColumnElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
tabularColumnProperties
TabularColumnProperties tabularColumnProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.TopicElement
class TopicElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
TopicProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.TopicSchemaElement
class TopicSchemaElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
EventSchemaAttributeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ValidValueElement
class ValidValueElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
relatedElement
RelatedElement relatedElement
-
validValueProperties
ValidValueProperties validValueProperties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ValidValueSetElement
class ValidValueSetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ValidValueSetProperties properties
-
-
-
Package org.odpi.openmetadata.accessservices.datamanager.properties
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.APIManagerProperties
class APIManagerProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.APIOperationProperties
class APIOperationProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.APIParameterListProperties
class APIParameterListProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
required
boolean required
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.APIParameterProperties
class APIParameterProperties extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parameterType
String parameterType
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.APIProperties
class APIProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ApplicationProperties
class ApplicationProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ArchiveProperties
class ArchiveProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
class AssetProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ComplexSchemaTypeProperties
class ComplexSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ConnectionProperties
class ConnectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ConnectorTypeProperties
class ConnectorTypeProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorFrameworkName
String connectorFrameworkName
-
connectorInterfaceLanguage
String connectorInterfaceLanguage
-
connectorInterfaces
List<String> connectorInterfaces
-
connectorProviderClassName
String connectorProviderClassName
-
description
String description
-
displayName
String displayName
-
expectedDataFormat
String expectedDataFormat
-
recognizedAdditionalProperties
List<String> recognizedAdditionalProperties
-
recognizedConfigurationProperties
List<String> recognizedConfigurationProperties
-
recognizedSecuredProperties
List<String> recognizedSecuredProperties
-
supportedAssetTypeName
String supportedAssetTypeName
-
targetTechnologyInterfaces
List<String> targetTechnologyInterfaces
-
targetTechnologyName
String targetTechnologyName
-
targetTechnologySource
String targetTechnologySource
-
targetTechnologyVersions
List<String> targetTechnologyVersions
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties
class DatabaseColumnProperties extends TabularColumnProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formula
String formula
-
queries
List<DatabaseQueryProperties> queries
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
class DatabaseForeignKeyProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseManagerProperties
class DatabaseManagerProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
class DatabasePrimaryKeyProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keyPattern
KeyPattern keyPattern
-
name
String name
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
class DatabaseProperties extends DataStoreProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
class DatabaseQueryProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseSchemaProperties
class DatabaseSchemaProperties extends DataSetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseSchemaTypeProperties
class DatabaseSchemaTypeProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseTableProperties
class DatabaseTableProperties extends SchemaElementProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties
class DatabaseViewProperties extends DatabaseTableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
formula
String formula
-
queries
List<DatabaseQueryProperties> queries
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataContainerProperties
class DataContainerProperties extends SchemaElementProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementPosition
int elementPosition
-
maxCardinality
int maxCardinality
-
minCardinality
int minCardinality
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataFieldProperties
class DataFieldProperties extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataFileProperties
class DataFileProperties extends DataStoreProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileType
String fileType
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataProcessingEngineProperties
class DataProcessingEngineProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataSetProperties
class DataSetProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
class DataStoreProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.DerivedSchemaTypeQueryTargetProperties
class DerivedSchemaTypeQueryTargetProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
class EndpointProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EnumSchemaTypeProperties
class EnumSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueSetGUID
String validValueSetGUID
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EventBrokerProperties
class EventBrokerProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EventSchemaAttributeProperties
class EventSchemaAttributeProperties extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EventTypeListProperties
class EventTypeListProperties extends SchemaTypeChoiceProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.EventTypeProperties
class EventTypeProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ExternalReferenceProperties
class ExternalReferenceProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
extendedProperties
Map<String,
Object> extendedProperties -
linkDescription
String linkDescription
-
linkId
String linkId
-
owningOrganization
String owningOrganization
-
resourceDescription
String resourceDescription
-
resourceDisplayName
String resourceDisplayName
-
resourceId
String resourceId
-
resourceURL
String resourceURL
-
resourceVersion
String resourceVersion
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ExternalSchemaTypeProperties
class ExternalSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.FileFolderProperties
class FileFolderProperties extends DataStoreProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.FileManagerProperties
class FileManagerProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
class FileSystemProperties extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.FormProperties
class FormProperties extends DataSetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.LiteralSchemaTypeProperties
class LiteralSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.MapSchemaTypeProperties
class MapSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.PrimitiveSchemaTypeProperties
class PrimitiveSchemaTypeProperties extends SimpleSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.QueryProperties
class QueryProperties extends DataSetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceValueAssignmentProperties
class ReferenceValueAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ReportProperties
class ReportProperties extends DataSetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
class SchemaAttributeProperties extends SchemaElementProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aliases
List<String> aliases
-
allowsDuplicateValues
boolean allowsDuplicateValues
-
dataType
String dataType
-
defaultValue
String defaultValue
-
defaultValueOverride
String defaultValueOverride
-
elementPosition
int elementPosition
-
externalTypeGUID
String externalTypeGUID
-
fixedValue
String fixedValue
-
isNullable
boolean isNullable
-
length
int length
-
maxCardinality
int maxCardinality
-
minCardinality
int minCardinality
-
minimumLength
int minimumLength
-
nativeJavaClass
String nativeJavaClass
-
orderedValues
boolean orderedValues
-
precision
int precision
-
sortOrder
DataItemSortOrder sortOrder
-
validValuesSetGUID
String validValuesSetGUID
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
class SchemaElementProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeChoiceProperties
class SchemaTypeChoiceProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
class SchemaTypeProperties extends SchemaElementProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
class SimpleSchemaTypeProperties extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareCapabilitiesProperties
class SoftwareCapabilitiesProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.StructSchemaTypeProperties
class StructSchemaTypeProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
class TabularColumnProperties extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.TabularSchemaTypeProperties
class TabularSchemaTypeProperties extends ComplexSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.TopicProperties
class TopicProperties extends DataSetProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
topicType
String topicType
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ValidValueAssignmentProperties
class ValidValueAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
strictRequirement
boolean strictRequirement
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ValidValueMembershipProperties
class ValidValueMembershipProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isDefaultValue
boolean isDefaultValue
-
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ValidValueProperties
class ValidValueProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.properties.ValidValueSetProperties
class ValidValueSetProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.datamanager.rest
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIManagerRequestBody
class APIManagerRequestBody extends APIManagerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIOperationRequestBody
class APIOperationRequestBody extends APIOperationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIOperationResponse
class APIOperationResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
APIOperationElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIOperationsResponse
class APIOperationsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<APIOperationElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIParameterListRequestBody
class APIParameterListRequestBody extends APIParameterListProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIParameterListResponse
class APIParameterListResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
APIParameterListElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIParameterListsResponse
class APIParameterListsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<APIParameterListElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIParameterResponse
class APIParameterResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
APIParameterElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIParametersResponse
class APIParametersResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<APIParameterElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIRequestBody
class APIRequestBody extends APIProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIResponse
class APIResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
APIElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.APIsResponse
class APIsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<APIElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ApplicationRequestBody
class ApplicationRequestBody extends ApplicationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ArchiveRequestBody
class ArchiveRequestBody extends ArchiveProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.AssetConnectionRequestBody
class AssetConnectionRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetSummary
String assetSummary
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ClassificationRequestBody
class ClassificationRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ClassificationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionRequestBody
class ConnectionRequestBody extends ConnectionProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionResponse
class ConnectionResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectionElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionsResponse
class ConnectionsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectionElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ConnectorTypeRequestBody
class ConnectorTypeRequestBody extends ConnectorTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ConnectorTypeResponse
class ConnectorTypeResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectorTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ConnectorTypesResponse
class ConnectorTypesResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectorTypeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnResponse
class DatabaseColumnResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DatabaseColumnElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnsResponse
class DatabaseColumnsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DatabaseColumnElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseManagerRequestBody
class DatabaseManagerRequestBody extends DatabaseManagerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseResponse
class DatabaseResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DatabaseElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemaResponse
class DatabaseSchemaResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DatabaseSchemaElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemasResponse
class DatabaseSchemasResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DatabaseSchemaElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabasesResponse
class DatabasesResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DatabaseElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTableResponse
class DatabaseTableResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DatabaseTableElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTablesResponse
class DatabaseTablesResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DatabaseTableElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewResponse
class DatabaseViewResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DatabaseViewElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewsResponse
class DatabaseViewsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DatabaseViewElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataContainerRequestBody
class DataContainerRequestBody extends DataContainerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataContainerResponse
class DataContainerResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DataContainerElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataContainersResponse
class DataContainersResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DataContainerElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataFieldRequestBody
class DataFieldRequestBody extends DataFieldProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataFieldResponse
class DataFieldResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DataFieldElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataFieldsResponse
class DataFieldsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DataFieldElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataFileRequestBody
class DataFileRequestBody extends DataFileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataFileResponse
class DataFileResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataFile
DataFileElement dataFile
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataFilesResponse
class DataFilesResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DataFileElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataFolderRequestBody
class DataFolderRequestBody extends FileFolderProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataManagerOMASAPIRequestBody
class DataManagerOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataManagerOMASAPIResponse
class DataManagerOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DataProcessingEngineRequestBody
class DataProcessingEngineRequestBody extends DataProcessingEngineProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.DerivedSchemaTypeQueryTargetRequestBody
class DerivedSchemaTypeQueryTargetRequestBody extends DerivedSchemaTypeQueryTargetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ElementStubResponse
class ElementStubResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ElementStub element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EmbeddedConnectionRequestBody
class EmbeddedConnectionRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EndpointRequestBody
class EndpointRequestBody extends EndpointProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EndpointResponse
class EndpointResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
EndpointElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EndpointsResponse
class EndpointsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<EndpointElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EnumSchemaTypeRequestBody
class EnumSchemaTypeRequestBody extends EnumSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EventBrokerRequestBody
class EventBrokerRequestBody extends EventBrokerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EventTypeRequestBody
class EventTypeRequestBody extends EventTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EventTypeResponse
class EventTypeResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
EventTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.EventTypesResponse
class EventTypesResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<EventTypeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ExternalReferenceLinkRequestBody
class ExternalReferenceLinkRequestBody extends DataManagerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ExternalReferenceRequestBody
class ExternalReferenceRequestBody extends ExternalReferenceProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
anchorGUID
String anchorGUID
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ExternalReferenceResponse
class ExternalReferenceResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ExternalReferenceElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ExternalReferencesResponse
class ExternalReferencesResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ExternalReferenceElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ExternalSourceRequestBody
class ExternalSourceRequestBody extends DataManagerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FileFolderResponse
class FileFolderResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
folder
FileFolderElement folder
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FileFoldersResponse
class FileFoldersResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<FileFolderElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FileManagerRequestBody
class FileManagerRequestBody extends FileManagerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FileSystemRequestBody
class FileSystemRequestBody extends FileSystemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FileSystemResponse
class FileSystemResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileSystem
FileSystemElement fileSystem
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FormRequestBody
class FormRequestBody extends FormProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FormResponse
class FormResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
FormElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FormsResponse
class FormsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<FormElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.FormulaRequestBody
class FormulaRequestBody extends DataManagerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.LiteralSchemaTypeRequestBody
class LiteralSchemaTypeRequestBody extends LiteralSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.MapSchemaTypeRequestBody
class MapSchemaTypeRequestBody extends MapSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody
class MetadataSourceRequestBody extends DataManagerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.PathNameRequestBody
class PathNameRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fullPath
String fullPath
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.PrimitiveSchemaTypeRequestBody
class PrimitiveSchemaTypeRequestBody extends PrimitiveSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.QueriesResponse
class QueriesResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<QueryElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.QueryRequestBody
class QueryRequestBody extends QueryProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.QueryResponse
class QueryResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
QueryElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parentGUID
String parentGUID
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.RelatedElementListResponse
class RelatedElementListResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.RelationshipElementResponse
class RelationshipElementResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
RelationshipElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.RelationshipElementsResponse
class RelationshipElementsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelationshipElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.RelationshipRequestBody
class RelationshipRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
RelationshipProperties properties
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ReportRequestBody
class ReportRequestBody extends ReportProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ReportResponse
class ReportResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ReportElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ReportsResponse
class ReportsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ReportElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SchemaAttributeRequestBody
class SchemaAttributeRequestBody extends SchemaAttributeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SchemaAttributeResponse
class SchemaAttributeResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SchemaAttributeElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SchemaAttributesResponse
class SchemaAttributesResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SchemaAttributeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SchemaTypeChoiceRequestBody
class SchemaTypeChoiceRequestBody extends SchemaTypeChoiceProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SchemaTypeRequestBody
class SchemaTypeRequestBody extends SchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SchemaTypeResponse
class SchemaTypeResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SchemaTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SchemaTypesResponse
class SchemaTypesResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SchemaTypeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.SoftwareCapabilityRequestBody
class SoftwareCapabilityRequestBody extends SoftwareCapabilitiesProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.StructSchemaTypeRequestBody
class StructSchemaTypeRequestBody extends StructSchemaTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.TopicRequestBody
class TopicRequestBody extends TopicProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.TopicResponse
class TopicResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
TopicElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.TopicsResponse
class TopicsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<TopicElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ValidValueListResponse
class ValidValueListResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValueElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ValidValueResponse
class ValidValueResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ValidValueElement element
-
-
Class org.odpi.openmetadata.accessservices.datamanager.rest.ValidValueSetsResponse
class ValidValueSetsResponse extends DataManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValueSetElement> elementList
-
-
-
Package org.odpi.openmetadata.accessservices.dataprivacy.properties
-
Class org.odpi.openmetadata.accessservices.dataprivacy.properties.Classification
class Classification extends DataPrivacyElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataprivacy.properties.DataPrivacyElementHeader
class DataPrivacyElementHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataprivacy.properties.DigitalService
class DigitalService extends DataPrivacyElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
Object> additionalProperties -
classifications
List<Classification> classifications
-
description
String description
-
displayName
String displayName
-
guid
String guid
-
implementationStyle
DigitalServiceImplementationStyle implementationStyle
-
qualifiedName
String qualifiedName
-
responsibility
DigitalServiceResponsibility responsibility
-
status
DigitalServiceStatus status
-
typeDescription
String typeDescription
-
typeId
String typeId
-
typeName
String typeName
-
typeVersion
long typeVersion
-
url
String url
-
visibility
DigitalServiceVisibility visibility
-
-
Class org.odpi.openmetadata.accessservices.dataprivacy.properties.DigitalServiceDependency
class DigitalServiceDependency extends DataPrivacyElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.dataprivacy.properties.DigitalServiceDependencyGraph
class DigitalServiceDependencyGraph extends DataPrivacyElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
digitalServiceDependencies
List<DigitalServiceDependency> digitalServiceDependencies
-
direction
DigitalServiceDependencyDirection direction
-
relatedDigitalServices
List<DigitalService> relatedDigitalServices
-
root
DigitalService root
-
-
-
Package org.odpi.openmetadata.accessservices.dataprivacy.rest
-
Class org.odpi.openmetadata.accessservices.dataprivacy.rest.DataPrivacyOMASAPIResponse
class DataPrivacyOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.datascience.rest
-
Class org.odpi.openmetadata.accessservices.datascience.rest.DataScienceOMASAPIRequestBody
class DataScienceOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.datascience.rest.DataScienceOMASAPIResponse
class DataScienceOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.designmodel.rest
-
Class org.odpi.openmetadata.accessservices.designmodel.rest.DesignModelOMASAPIRequestBody
class DesignModelOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.designmodel.rest.DesignModelOMASAPIResponse
class DesignModelOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.devops.metadataelements
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.AssetElement
class AssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
AssetProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ConnectionElement
class ConnectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionProperties
ConnectionProperties connectionProperties
-
connectorType
ElementStub connectorType
-
elementHeader
ElementHeader elementHeader
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
endpoint
ElementStub endpoint
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ConnectorTypeElement
class ConnectorTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeProperties
ConnectorTypeProperties connectorTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ContactMethodElement
class ContactMethodElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.EmbeddedConnection
class EmbeddedConnection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
ElementStub embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.EndpointElement
class EndpointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.HostElement
class HostElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
HostProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ITProfileElement
class ITProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethods
List<ContactMethodElement> contactMethods
-
elementHeader
ElementHeader elementHeader
-
linkedInfrastructure
List<ElementStub> linkedInfrastructure
-
profileProperties
ITProfileProperties profileProperties
-
userIdentities
List<ProfileIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.OperatingPlatformElement
class OperatingPlatformElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.PlatformDeploymentElement
class PlatformDeploymentElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
hostElement
ElementStub hostElement
-
platformDeploymentProperties
PlatformDeploymentProperties platformDeploymentProperties
-
platformElement
ElementStub platformElement
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ProfileIdentityElement
class ProfileIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
profileIdentity
ProfileIdentityProperties profileIdentity
-
properties
UserIdentityElement properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.ServerAssetUseElement
class ServerAssetUseElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asset
AssetElement asset
-
capabilityStub
ElementStub capabilityStub
-
serverAssetUse
ServerAssetUseProperties serverAssetUse
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.SoftwareCapabilityElement
class SoftwareCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SoftwareCapabilityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.SoftwareServerElement
class SoftwareServerElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SoftwareServerProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.SoftwareServerPlatformElement
class SoftwareServerPlatformElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SoftwareServerPlatformProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.SupportedCapabilityElement
class SupportedCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
capabilityElement
SoftwareCapabilityElement capabilityElement
-
elementHeader
ElementHeader elementHeader
-
supportedCapabilityProperties
SupportedCapabilityProperties supportedCapabilityProperties
-
-
Class org.odpi.openmetadata.accessservices.devops.metadataelements.UserIdentityElement
class UserIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
UserIdentityProperties properties
-
-
-
Package org.odpi.openmetadata.accessservices.devops.properties
-
Class org.odpi.openmetadata.accessservices.devops.properties.ActorProfileProperties
class ActorProfileProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.AssetProperties
class AssetProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ConfigurationItemProperties
class ConfigurationItemProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ConfigurationItemRelationshipProperties
class ConfigurationItemRelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ConnectionProperties
class ConnectionProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.devops.properties.ConnectorTypeProperties
class ConnectorTypeProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorFrameworkName
String connectorFrameworkName
-
connectorInterfaceLanguage
String connectorInterfaceLanguage
-
connectorInterfaces
List<String> connectorInterfaces
-
connectorProviderClassName
String connectorProviderClassName
-
description
String description
-
displayName
String displayName
-
expectedDataFormat
String expectedDataFormat
-
recognizedAdditionalProperties
List<String> recognizedAdditionalProperties
-
recognizedConfigurationProperties
List<String> recognizedConfigurationProperties
-
recognizedSecuredProperties
List<String> recognizedSecuredProperties
-
supportedAssetTypeName
String supportedAssetTypeName
-
targetTechnologyInterfaces
List<String> targetTechnologyInterfaces
-
targetTechnologyName
String targetTechnologyName
-
targetTechnologySource
String targetTechnologySource
-
targetTechnologyVersions
List<String> targetTechnologyVersions
-
-
Class org.odpi.openmetadata.accessservices.devops.properties.ContactMethodProperties
class ContactMethodProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.EndpointProperties
class EndpointProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.HostProperties
class HostProperties extends ITInfrastructureProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ITInfrastructureProperties
class ITInfrastructureProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ITProfileProperties
class ITProfileProperties extends ActorProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.OperatingPlatformProperties
class OperatingPlatformProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
byteOrdering
ByteOrdering byteOrdering
-
description
String description
-
displayName
String displayName
-
operatingSystem
String operatingSystem
-
-
Class org.odpi.openmetadata.accessservices.devops.properties.PlatformDeploymentProperties
class PlatformDeploymentProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployer
String deployer
-
deploymentTime
Date deploymentTime
-
platformDeploymentStatus
OperationalStatus platformDeploymentStatus
-
-
Class org.odpi.openmetadata.accessservices.devops.properties.ProfileIdentityProperties
class ProfileIdentityProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.ServerAssetUseProperties
class ServerAssetUseProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
maximumInstances
int maximumInstances
-
maximumInstancesSet
boolean maximumInstancesSet
-
minimumInstances
int minimumInstances
-
minimumInstancesSet
boolean minimumInstancesSet
-
useType
ServerAssetUseType useType
-
-
Class org.odpi.openmetadata.accessservices.devops.properties.SoftwareCapabilityProperties
class SoftwareCapabilityProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.SoftwareServerPlatformProperties
class SoftwareServerPlatformProperties extends ITInfrastructureProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.SoftwareServerProperties
class SoftwareServerProperties extends ITInfrastructureProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.SupportedCapabilityProperties
class SupportedCapabilityProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployer
String deployer
-
deployerPropertyName
String deployerPropertyName
-
deployerTypeName
String deployerTypeName
-
deploymentTime
Date deploymentTime
-
serverCapabilityStatus
OperationalStatus serverCapabilityStatus
-
-
Class org.odpi.openmetadata.accessservices.devops.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.properties.UserIdentityProperties
class UserIdentityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
distinguishedName
String distinguishedName
-
-
-
Package org.odpi.openmetadata.accessservices.devops.rest
-
Class org.odpi.openmetadata.accessservices.devops.rest.AssetConnectionRequestBody
class AssetConnectionRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetSummary
String assetSummary
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.AssetListResponse
class AssetListResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<AssetElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.AssetRequestBody
class AssetRequestBody extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.AssetResponse
class AssetResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
AssetElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ConnectionRequestBody
class ConnectionRequestBody extends ConnectionProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.ConnectionResponse
class ConnectionResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectionElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ConnectionsResponse
class ConnectionsResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectionElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ConnectorTypeRequestBody
class ConnectorTypeRequestBody extends ConnectorTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.ConnectorTypeResponse
class ConnectorTypeResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectorTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ConnectorTypesResponse
class ConnectorTypesResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectorTypeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ContactMethodRequestBody
class ContactMethodRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.DevOpsOMASAPIRequestBody
class DevOpsOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.DevOpsOMASAPIResponse
class DevOpsOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.EffectiveDatesRequestBody
class EffectiveDatesRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.EffectiveTimeMetadataSourceRequestBody
class EffectiveTimeMetadataSourceRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ElementStubResponse
class ElementStubResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ElementStub element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ElementStubsResponse
class ElementStubsResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ElementStub> elements
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.EmbeddedConnectionRequestBody
class EmbeddedConnectionRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.EndpointRequestBody
class EndpointRequestBody extends EndpointProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.EndpointResponse
class EndpointResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
EndpointElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.EndpointsResponse
class EndpointsResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<EndpointElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.HostListResponse
class HostListResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<HostElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.HostRequestBody
class HostRequestBody extends HostProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.HostResponse
class HostResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
HostElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ITProfileListResponse
class ITProfileListResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ITProfileElement> elements
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ITProfileRequestBody
class ITProfileRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
itInfrastructureGUID
String itInfrastructureGUID
-
itUserId
String itUserId
-
properties
ITProfileProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ITProfileResponse
class ITProfileResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ITProfileElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.MetadataSourceRequestBody
class MetadataSourceRequestBody extends DevOpsOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.PlatformDeploymentListResponse
class PlatformDeploymentListResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<PlatformDeploymentElement> elements
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.PlatformDeploymentRequestBody
class PlatformDeploymentRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
PlatformDeploymentProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ProfileIdentityRequestBody
class ProfileIdentityRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ProfileIdentityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.RelatedAssetsRequestBody
class RelatedAssetsRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.ServerAssetUseListResponse
class ServerAssetUseListResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ServerAssetUseElement> elements
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ServerAssetUseRequestBody
class ServerAssetUseRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ServerAssetUseProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.ServerAssetUseResponse
class ServerAssetUseResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ServerAssetUseElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareCapabilityListResponse
class SoftwareCapabilityListResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SoftwareCapabilityElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareCapabilityRequestBody
class SoftwareCapabilityRequestBody extends SoftwareCapabilityProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareCapabilityResponse
class SoftwareCapabilityResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SoftwareCapabilityElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareServerListResponse
class SoftwareServerListResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SoftwareServerElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareServerPlatformListResponse
class SoftwareServerPlatformListResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SoftwareServerPlatformElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareServerPlatformRequestBody
class SoftwareServerPlatformRequestBody extends SoftwareServerPlatformProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareServerPlatformResponse
class SoftwareServerPlatformResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SoftwareServerPlatformElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareServerRequestBody
class SoftwareServerRequestBody extends SoftwareServerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.SoftwareServerResponse
class SoftwareServerResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SoftwareServerElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.SupportedCapabilityListResponse
class SupportedCapabilityListResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<SupportedCapabilityElement> elements
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.SupportedCapabilityRequestBody
class SupportedCapabilityRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
SupportedCapabilityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.devops.rest.UserIdentityListResponse
class UserIdentityListResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<UserIdentityElement> elements
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.UserIdentityRequestBody
class UserIdentityRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
UserIdentityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.UserIdentityResponse
class UserIdentityResponse extends DevOpsOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
UserIdentityElement element
-
-
Class org.odpi.openmetadata.accessservices.devops.rest.UseTypeRequestBody
class UseTypeRequestBody extends EffectiveTimeRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
useType
ServerAssetUseType useType
-
-
-
Package org.odpi.openmetadata.accessservices.digitalarchitecture.events
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
class DigitalArchitectureOutTopicEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementHeader
ElementHeader elementHeader
-
elementProperties
Map<String,
Object> elementProperties -
eventTime
Date eventTime
-
eventType
DigitalArchitectureEventType eventType
-
eventVersionId
long eventVersionId
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementHeader previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties
-
-
-
Package org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.CollectionElement
class CollectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CollectionProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.CollectionMember
class CollectionMember extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dateAddedToCollection
Date dateAddedToCollection
-
elementHeader
ElementHeader elementHeader
-
membershipRationale
String membershipRationale
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ConnectionElement
class ConnectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionProperties
ConnectionProperties connectionProperties
-
connectorType
ElementStub connectorType
-
elementHeader
ElementHeader elementHeader
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
endpoint
ElementStub endpoint
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ConnectorTypeElement
class ConnectorTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeProperties
ConnectorTypeProperties connectorTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.EmbeddedConnection
class EmbeddedConnection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
ElementStub embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.EndpointElement
class EndpointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.LocationElement
class LocationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
locationProperties
LocationProperties locationProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceableElement
class ReferenceableElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
referenceableProperties
ReferenceableProperties referenceableProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceDataAssetElement
class ReferenceDataAssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
referenceDataAssetProperties
ReferenceDataAssetProperties referenceDataAssetProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceValueAssignmentDefinitionElement
class ReferenceValueAssignmentDefinitionElement extends ReferenceValueAssignmentProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueElement
ValidValueElement validValueElement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceValueAssignmentItemElement
class ReferenceValueAssignmentItemElement extends ReferenceValueAssignmentProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assignedItem
ReferenceableElement assignedItem
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.SubjectAreaElement
class SubjectAreaElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedGovernanceDefinitions
List<ElementStub> associatedGovernanceDefinitions
-
elementHeader
ElementHeader elementHeader
-
nestedSubjectAreaGUIDs
List<String> nestedSubjectAreaGUIDs
-
parentSubjectAreaGUID
String parentSubjectAreaGUID
-
properties
SubjectAreaProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueAssignmentConsumerElement
class ValidValueAssignmentConsumerElement extends ValidValueAssignmentProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
consumer
ReferenceableElement consumer
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueAssignmentDefinitionElement
class ValidValueAssignmentDefinitionElement extends ValidValueAssignmentProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueElement
ValidValueElement validValueElement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueElement
class ValidValueElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
isDefaultValue
boolean isDefaultValue
-
setGUID
String setGUID
-
validValueProperties
ValidValueProperties validValueProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueImplAssetElement
class ValidValueImplAssetElement extends ValidValuesImplProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
referenceDataAsset
ReferenceDataAssetElement referenceDataAsset
-
referenceDataConnections
List<Connection> referenceDataConnections
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueImplDefinitionElement
class ValidValueImplDefinitionElement extends ValidValuesImplProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueElement
ValidValueElement validValueElement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueMappingElement
class ValidValueMappingElement extends ValidValuesMappingProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueElement
ValidValueElement validValueElement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValuesMappingElement
class ValidValuesMappingElement extends ValidValuesMappingProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueElements
List<ValidValueElement> validValueElements
-
-
-
Package org.odpi.openmetadata.accessservices.digitalarchitecture.properties
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.CollectionProperties
class CollectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionOrdering
CollectionOrder collectionOrdering
-
description
String description
-
name
String name
-
orderPropertyName
String orderPropertyName
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ConnectionProperties
class ConnectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ConnectorTypeProperties
class ConnectorTypeProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorFrameworkName
String connectorFrameworkName
-
connectorInterfaceLanguage
String connectorInterfaceLanguage
-
connectorInterfaces
List<String> connectorInterfaces
-
connectorProviderClassName
String connectorProviderClassName
-
description
String description
-
displayName
String displayName
-
expectedDataFormat
String expectedDataFormat
-
recognizedAdditionalProperties
List<String> recognizedAdditionalProperties
-
recognizedConfigurationProperties
List<String> recognizedConfigurationProperties
-
recognizedSecuredProperties
List<String> recognizedSecuredProperties
-
supportedAssetTypeName
String supportedAssetTypeName
-
targetTechnologyInterfaces
List<String> targetTechnologyInterfaces
-
targetTechnologyName
String targetTechnologyName
-
targetTechnologySource
String targetTechnologySource
-
targetTechnologyVersions
List<String> targetTechnologyVersions
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.EndpointProperties
class EndpointProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.LocationProperties
class LocationProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.MeaningProperties
class MeaningProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceDataAssetProperties
class ReferenceDataAssetProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceValueAssignmentProperties
class ReferenceValueAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.SubjectAreaClassificationProperties
class SubjectAreaClassificationProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
subjectAreaName
String subjectAreaName
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.SubjectAreaProperties
class SubjectAreaProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValueAssignmentProperties
class ValidValueAssignmentProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
strictRequirement
boolean strictRequirement
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValueMembershipProperties
class ValidValueMembershipProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isDefaultValue
boolean isDefaultValue
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValueProperties
class ValidValueProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValuesImplProperties
class ValidValuesImplProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ValidValuesMappingProperties
class ValidValuesMappingProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.digitalarchitecture.rest
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ConnectionResponse
class ConnectionResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectionElement element
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ConnectionsResponse
class ConnectionsResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectionElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ConnectorTypeResponse
class ConnectorTypeResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectorTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ConnectorTypesResponse
class ConnectorTypesResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectorTypeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.DigitalArchitectureOMASAPIResponse
class DigitalArchitectureOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.DigitalLocationRequestBody
class DigitalLocationRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
networkAddress
String networkAddress
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.EmbeddedConnectionRequestBody
class EmbeddedConnectionRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.EndpointResponse
class EndpointResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
EndpointElement element
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.EndpointsResponse
class EndpointsResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<EndpointElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.FixedLocationRequestBody
class FixedLocationRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.LocationResponse
class LocationResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
LocationElement element
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.LocationsResponse
class LocationsResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<LocationElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ReferenceValueAssignmentDefinitionsResponse
class ReferenceValueAssignmentDefinitionsResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ReferenceValueAssignmentDefinitionElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ReferenceValueAssignmentItemsResponse
class ReferenceValueAssignmentItemsResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ReferenceValueAssignmentItemElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.SecureLocationRequestBody
class SecureLocationRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ValidValueAssignmentConsumersResponse
class ValidValueAssignmentConsumersResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValueAssignmentConsumerElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ValidValueAssignmentDefinitionsResponse
class ValidValueAssignmentDefinitionsResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValueAssignmentDefinitionElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ValidValueMappingsResponse
class ValidValueMappingsResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValueMappingElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ValidValueResponse
class ValidValueResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ValidValueElement element
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ValidValuesImplAssetsResponse
class ValidValuesImplAssetsResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValueImplAssetElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ValidValuesImplDefinitionsResponse
class ValidValuesImplDefinitionsResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValueImplDefinitionElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ValidValuesMappingsResponse
class ValidValuesMappingsResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValuesMappingElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalarchitecture.rest.ValidValuesResponse
class ValidValuesResponse extends DigitalArchitectureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidValueElement> elementList
-
-
-
Package org.odpi.openmetadata.accessservices.digitalservice.events
-
Class org.odpi.openmetadata.accessservices.digitalservice.events.DigitalServiceEventHeader
class DigitalServiceEventHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventVersionId
long eventVersionId
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.events.DigitalServiceOutboundEvent
class DigitalServiceOutboundEvent extends DigitalServiceEventHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
endOneElement
ElementStub endOneElement
-
endTwoElement
ElementStub endTwoElement
-
eventType
DigitalServiceOutboundEventType eventType
-
principleElement
ElementStub principleElement
-
-
-
Package org.odpi.openmetadata.accessservices.digitalservice.metadataelements
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.AgreementRoleAppointee
class AgreementRoleAppointee extends PersonRoleAppointee implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
agreementRoleProperties
AgreementRoleProperties agreementRoleProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.Appointee
class Appointee extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endDate
Date endDate
-
profile
ProfileElement profile
-
startDate
Date startDate
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.BusinessCapabilityElement
class BusinessCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
BusinessCapabilityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.CollectionElement
class CollectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CollectionProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.CollectionMember
class CollectionMember extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dateAddedToCollection
Date dateAddedToCollection
-
elementHeader
ElementHeader elementHeader
-
membershipRationale
String membershipRationale
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.ContactMethodElement
class ContactMethodElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.DigitalServiceElement
class DigitalServiceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
DigitalServiceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.PersonRoleAppointee
class PersonRoleAppointee extends PersonRoleElement implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.PersonRoleElement
class PersonRoleElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
PersonRoleProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.PersonRoleHistory
class PersonRoleHistory extends PersonRoleAppointee implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.ProfileElement
class ProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethods
List<ContactMethodElement> contactMethods
-
elementHeader
ElementHeader elementHeader
-
profileProperties
ActorProfileProperties profileProperties
-
userIdentities
List<UserIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.TeamProfileElement
class TeamProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
TeamProfileProperties properties
-
subTeams
List<ElementStub> subTeams
-
superTeam
ElementStub superTeam
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.metadataelements.UserIdentityElement
class UserIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
UserIdentityProperties properties
-
-
-
Package org.odpi.openmetadata.accessservices.digitalservice.properties
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.ActorProfileProperties
class ActorProfileProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.AgreementProperties
class AgreementProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.AgreementRoleProperties
class AgreementRoleProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
roleName
String roleName
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.BusinessCapabilityProperties
class BusinessCapabilityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.CertificationTypeProperties
class CertificationTypeProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
String details
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.CollectionProperties
class CollectionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collectionOrdering
CollectionOrder collectionOrdering
-
description
String description
-
name
String name
-
orderPropertyName
String orderPropertyName
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.ContactMethodProperties
class ContactMethodProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethodService
String contactMethodService
-
contactMethodType
ContactMethodType contactMethodType
-
contactMethodValue
String contactMethodValue
-
contactType
String contactType
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
name
String name
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalProductProperties
class DigitalProductProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
currentVersion
String currentVersion
-
description
String description
-
introductionDate
Date introductionDate
-
maturity
String maturity
-
nextVersion
Date nextVersion
-
productName
String productName
-
productType
String productType
-
serviceLife
String serviceLife
-
withdrawDate
Date withdrawDate
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalServiceDependencyProperties
class DigitalServiceDependencyProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalServiceOperatorProperties
class DigitalServiceOperatorProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scope
String scope
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalServiceProperties
class DigitalServiceProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalSubscriptionProperties
class DigitalSubscriptionProperties extends AgreementProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.DigitalSupportProperties
class DigitalSupportProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.GovernanceDefinitionProperties
class GovernanceDefinitionProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.LicenseProperties
class LicenseProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conditions
String conditions
-
custodian
String custodian
-
custodianPropertyName
String custodianPropertyName
-
custodianTypeName
String custodianTypeName
-
endDate
Date endDate
-
entitlements
Map<String,
String> entitlements -
licensedBy
String licensedBy
-
licensedByPropertyName
String licensedByPropertyName
-
licensedByTypeName
String licensedByTypeName
-
licensee
String licensee
-
licenseePropertyName
String licenseePropertyName
-
licenseeTypeName
String licenseeTypeName
-
licenseId
String licenseId
-
notes
String notes
-
obligations
Map<String,
String> obligations -
restrictions
Map<String,
String> restrictions -
startDate
Date startDate
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.LicenseTypeProperties
class LicenseTypeProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
String details
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.OrganizationalCapabilityProperties
class OrganizationalCapabilityProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scope
String scope
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.PersonalRoleProperties
class PersonalRoleProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.PersonRoleProperties
class PersonRoleProperties extends PersonalRoleProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
headCount
int headCount
-
headCountLimitSet
boolean headCountLimitSet
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.SolutionComponentProperties
class SolutionComponentProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.TeamProfileProperties
class TeamProfileProperties extends ActorProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.properties.UserIdentityProperties
class UserIdentityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.digitalservice.rest
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.ClassificationRequestBody
class ClassificationRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ClassificationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.DigitalServiceListResponse
class DigitalServiceListResponse extends DigitalServiceOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DigitalServiceElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.DigitalServiceOMASAPIRequestBody
class DigitalServiceOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.DigitalServiceOMASAPIResponse
class DigitalServiceOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.DigitalServiceResponse
class DigitalServiceResponse extends DigitalServiceOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DigitalServiceElement element
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.ExternalSourceRequestBody
class ExternalSourceRequestBody extends DigitalServiceOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parentGUID
String parentGUID
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.RelatedElementListResponse
class RelatedElementListResponse extends DigitalServiceOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.RelationshipRequestBody
class RelationshipRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
RelationshipProperties properties
-
-
Class org.odpi.openmetadata.accessservices.digitalservice.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.discoveryengine.events
-
Class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineConfigurationEvent
class DiscoveryEngineConfigurationEvent extends DiscoveryEngineEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryEngineEvent
class DiscoveryEngineEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
DiscoveryEngineEventType eventType
-
eventVersionId
long eventVersionId
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.events.DiscoveryServiceConfigurationEvent
class DiscoveryServiceConfigurationEvent extends DiscoveryEngineConfigurationEvent implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.discoveryengine.rest
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.AnnotationListResponse
class AnnotationListResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotations
List<Annotation> annotations
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.AnnotationRequestBody
class AnnotationRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commentText
String commentText
-
commentType
CommentType commentType
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.AnnotationResponse
class AnnotationResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotation
Annotation annotation
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DataFieldListResponse
class DataFieldListResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DataFieldResponse
class DataFieldResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataField
DataField dataField
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DeleteRequestBody
class DeleteRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
qualifiedName
String qualifiedName
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryAnalysisReportListResponse
class DiscoveryAnalysisReportListResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
discoveryAnalysisReports
List<DiscoveryAnalysisReport> discoveryAnalysisReports
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryAnalysisReportRequestBody
class DiscoveryAnalysisReportRequestBody extends ReferenceableRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
analysisParameters
Map<String,
String> analysisParameters -
analysisStep
String analysisStep
-
creationDate
Date creationDate
-
description
String description
-
discoveryEngineGUID
String discoveryEngineGUID
-
discoveryRequestStatus
DiscoveryRequestStatus discoveryRequestStatus
-
discoveryServiceGUID
String discoveryServiceGUID
-
displayName
String displayName
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryAnalysisReportResponse
class DiscoveryAnalysisReportResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
analysisReport
DiscoveryAnalysisReport analysisReport
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryEngineListResponse
class DiscoveryEngineListResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
discoveryEngines
List<DiscoveryEngineProperties> discoveryEngines
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryEnginePropertiesResponse
class DiscoveryEnginePropertiesResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
discoveryEngineProperties
DiscoveryEngineProperties discoveryEngineProperties
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryRequestRequestBody
class DiscoveryRequestRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryRequestStatusResponse
class DiscoveryRequestStatusResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
discoveryRequestStatus
DiscoveryRequestStatus discoveryRequestStatus
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryServiceListResponse
class DiscoveryServiceListResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
discoveryServices
List<DiscoveryServiceProperties> discoveryServices
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryServicePropertiesResponse
class DiscoveryServicePropertiesResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
discoveryServiceProperties
DiscoveryServiceProperties discoveryServiceProperties
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.DiscoveryServiceRegistrationRequestBody
class DiscoveryServiceRegistrationRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.NewDiscoveryEngineRequestBody
class NewDiscoveryEngineRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.NewDiscoveryServiceRequestBody
class NewDiscoveryServiceRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
description
String description
-
displayName
String displayName
-
qualifiedName
String qualifiedName
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.ODFOMASAPIRequestBody
class ODFOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.ODFOMASAPIResponse
class ODFOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.RegisteredDiscoveryServiceResponse
class RegisteredDiscoveryServiceResponse extends ODFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
registeredDiscoveryService
RegisteredDiscoveryService registeredDiscoveryService
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.StatusRequestBody
class StatusRequestBody extends ODFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotationStatus
AnnotationStatus annotationStatus
-
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.UpdateDiscoveryEngineRequestBody
class UpdateDiscoveryEngineRequestBody extends NewDiscoveryEngineRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.discoveryengine.rest.UpdateDiscoveryServiceRequestBody
class UpdateDiscoveryServiceRequestBody extends NewDiscoveryServiceRequestBody implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.glossaryview.exception
-
Exception org.odpi.openmetadata.accessservices.glossaryview.exception.GlossaryViewOmasException
class GlossaryViewOmasException extends OMRSCheckedExceptionBase implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.glossaryview.rest
-
Class org.odpi.openmetadata.accessservices.glossaryview.rest.GlossaryViewEntityDetailResponse
class GlossaryViewEntityDetailResponse extends FFDCResponseBase implements Serializable-
Serialized Fields
-
actionDescription
String actionDescription
-
result
List<GlossaryViewEntityDetail> result
-
-
-
-
Package org.odpi.openmetadata.accessservices.governanceengine.events
-
Class org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceActionEvent
class GovernanceActionEvent extends GovernanceEngineEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
governanceActionGUID
String governanceActionGUID
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineConfigurationEvent
class GovernanceEngineConfigurationEvent extends GovernanceEngineEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineEvent
class GovernanceEngineEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
GovernanceEngineEventType eventType
-
eventVersionId
long eventVersionId
-
governanceEngineGUID
String governanceEngineGUID
-
governanceEngineName
String governanceEngineName
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceServiceConfigurationEvent
class GovernanceServiceConfigurationEvent extends GovernanceEngineEvent implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.events.WatchdogGovernanceServiceEvent
class WatchdogGovernanceServiceEvent extends GovernanceEngineEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
watchdogGovernanceEvent
WatchdogGovernanceEvent watchdogGovernanceEvent
-
-
-
Package org.odpi.openmetadata.accessservices.governanceengine.metadataelements
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceActionElement
class GovernanceActionElement extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionStatus
GovernanceActionStatus actionStatus
-
actionTargetElements
List<ActionTargetElement> actionTargetElements
-
completionGuards
List<String> completionGuards
-
completionMessage
String completionMessage
-
completionTime
Date completionTime
-
description
String description
-
displayName
String displayName
-
domainIdentifier
int domainIdentifier
-
elementHeader
ElementHeader elementHeader
-
followOnActions
List<RelatedGovernanceActionElement> followOnActions
-
governanceActionTypeGUID
String governanceActionTypeGUID
-
governanceActionTypeName
String governanceActionTypeName
-
governanceEngineGUID
String governanceEngineGUID
-
governanceEngineName
String governanceEngineName
-
mandatoryGuards
List<String> mandatoryGuards
-
previousActions
List<RelatedGovernanceActionElement> previousActions
-
processingEngineUserId
String processingEngineUserId
-
processName
String processName
-
receivedGuards
List<String> receivedGuards
-
requestedTime
Date requestedTime
-
requestParameters
Map<String,
String> requestParameters -
requestSourceElements
List<RequestSourceElement> requestSourceElements
-
requestType
String requestType
-
startTime
Date startTime
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceActionProcessElement
class GovernanceActionProcessElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
processProperties
GovernanceActionProcessProperties processProperties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceActionTypeElement
class GovernanceActionTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTypeProperties
GovernanceActionTypeProperties actionTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceEngineElement
class GovernanceEngineElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceEngineProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceServiceElement
class GovernanceServiceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceServiceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.IntegrationConnectorElement
class IntegrationConnectorElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
catalogTargets
List<CatalogTarget> catalogTargets
-
elementHeader
ElementHeader elementHeader
-
properties
IntegrationConnectorProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.IntegrationGroupElement
class IntegrationGroupElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
IntegrationGroupProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.NextGovernanceActionTypeElement
class NextGovernanceActionTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
guard
String guard
-
mandatoryGuard
boolean mandatoryGuard
-
nextActionLinkGUID
String nextActionLinkGUID
-
nextActionType
GovernanceActionTypeElement nextActionType
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.RegisteredGovernanceServiceElement
class RegisteredGovernanceServiceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
RegisteredGovernanceService properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.RegisteredIntegrationConnectorElement
class RegisteredIntegrationConnectorElement extends IntegrationConnectorElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorId
String connectorId
-
registrationProperties
RegisteredIntegrationConnectorProperties registrationProperties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.metadataelements.RelatedGovernanceActionElement
class RelatedGovernanceActionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
guard
String guard
-
ignoreMultipleTriggers
boolean ignoreMultipleTriggers
-
mandatoryGuard
boolean mandatoryGuard
-
relatedAction
ElementStub relatedAction
-
relatedActionLinkGUID
String relatedActionLinkGUID
-
-
-
Package org.odpi.openmetadata.accessservices.governanceengine.properties
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.CatalogTargetProperties
class CatalogTargetProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
catalogTargetName
String catalogTargetName
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceActionProcessProperties
class GovernanceActionProcessProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
abbreviation
String abbreviation
-
description
String description
-
displayName
String displayName
-
formula
String formula
-
implementationLanguage
String implementationLanguage
-
summary
String summary
-
technicalDescription
String technicalDescription
-
technicalName
String technicalName
-
usage
String usage
-
versionIdentifier
String versionIdentifier
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceActionTypeProperties
class GovernanceActionTypeProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
displayName
String displayName
-
domainIdentifier
int domainIdentifier
-
governanceEngineGUID
String governanceEngineGUID
-
ignoreMultipleTriggers
boolean ignoreMultipleTriggers
-
requestParameters
Map<String,
String> requestParameters -
requestType
String requestType
-
supportedGuards
List<String> supportedGuards
-
waitTime
int waitTime
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceEngineProperties
class GovernanceEngineProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.GovernanceServiceProperties
class GovernanceServiceProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
description
String description
-
displayName
String displayName
-
originBusinessCapabilityGUID
String originBusinessCapabilityGUID
-
originOrganizationGUID
String originOrganizationGUID
-
otherOriginValues
Map<String,
String> otherOriginValues -
owner
String owner
-
ownerPropertyName
String ownerPropertyName
-
ownerTypeName
String ownerTypeName
-
zoneMembership
List<String> zoneMembership
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.IntegrationConnectorProperties
class IntegrationConnectorProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
description
String description
-
displayName
String displayName
-
usesBlockingCalls
boolean usesBlockingCalls
-
versionIdentifier
String versionIdentifier
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.IntegrationGroupProperties
class IntegrationGroupProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.RegisteredGovernanceService
class RegisteredGovernanceService extends GovernanceServiceProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
requestTypes
Map<String,
RegisteredGovernanceServiceProperties> requestTypes
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.RegisteredGovernanceServiceProperties
class RegisteredGovernanceServiceProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.properties.RegisteredIntegrationConnectorProperties
class RegisteredIntegrationConnectorProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorName
String connectorName
-
connectorUserId
String connectorUserId
-
generateIntegrationReports
boolean generateIntegrationReports
-
metadataSourceQualifiedName
String metadataSourceQualifiedName
-
permittedSynchronization
PermittedSynchronization permittedSynchronization
-
refreshTimeInterval
long refreshTimeInterval
-
startDate
Date startDate
-
stopDate
Date stopDate
-
-
-
Package org.odpi.openmetadata.accessservices.governanceengine.rest
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.CatalogTargetResponse
class CatalogTargetResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
CatalogTarget element
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.CatalogTargetsResponse
class CatalogTargetsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<CatalogTarget> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.DeleteRequestBody
class DeleteRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
qualifiedName
String qualifiedName
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.ElementHeaderResponse
class ElementHeaderResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ElementHeader element
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.ElementHeadersResponse
class ElementHeadersResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ElementHeader> elementList
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.FindRequestBody
class FindRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
limitResultsByStatus
List<ElementStatus> limitResultsByStatus
-
matchClassifications
SearchClassifications matchClassifications
-
metadataElementSubtypeName
List<String> metadataElementSubtypeName
-
metadataElementTypeName
String metadataElementTypeName
-
searchProperties
SearchProperties searchProperties
-
sequencingOrder
SequencingOrder sequencingOrder
-
sequencingProperty
String sequencingProperty
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceActionElementResponse
class GovernanceActionElementResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceActionElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceActionElementsResponse
class GovernanceActionElementsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceActionElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceActionProcessElementResponse
class GovernanceActionProcessElementResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceActionProcessElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceActionProcessElementsResponse
class GovernanceActionProcessElementsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceActionProcessElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceActionStatusResponse
class GovernanceActionStatusResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
governanceActionStatus
GovernanceActionStatus governanceActionStatus
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceActionTypeElementResponse
class GovernanceActionTypeElementResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceActionTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceActionTypeElementsResponse
class GovernanceActionTypeElementsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceActionTypeElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceEngineElementResponse
class GovernanceEngineElementResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceEngineElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceEngineElementsResponse
class GovernanceEngineElementsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceEngineElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceEngineOMASAPIResponse
class GovernanceEngineOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceServiceElementResponse
class GovernanceServiceElementResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceServiceElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceServiceElementsResponse
class GovernanceServiceElementsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceServiceElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.GovernanceServiceRegistrationRequestBody
class GovernanceServiceRegistrationRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.IntegrationConnectorElementResponse
class IntegrationConnectorElementResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
IntegrationConnectorElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.IntegrationConnectorElementsResponse
class IntegrationConnectorElementsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<IntegrationConnectorElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.IntegrationGroupElementResponse
class IntegrationGroupElementResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
IntegrationGroupElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.IntegrationGroupElementsResponse
class IntegrationGroupElementsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<IntegrationGroupElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.NewGovernanceActionProcessRequestBody
class NewGovernanceActionProcessRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processStatus
ProcessStatus processStatus
-
properties
GovernanceActionProcessProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.NewGovernanceEngineRequestBody
class NewGovernanceEngineRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.NewGovernanceServiceRequestBody
class NewGovernanceServiceRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
description
String description
-
displayName
String displayName
-
qualifiedName
String qualifiedName
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.NextGovernanceActionTypeElementsResponse
class NextGovernanceActionTypeElementsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<NextGovernanceActionTypeElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.NextGovernanceActionTypeRequestBody
class NextGovernanceActionTypeRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
guard
String guard
-
mandatoryGuard
boolean mandatoryGuard
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.OpenMetadataElementsResponse
class OpenMetadataElementsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<OpenMetadataElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.RegisteredGovernanceServiceResponse
class RegisteredGovernanceServiceResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
registeredGovernanceService
RegisteredGovernanceServiceElement registeredGovernanceService
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.RegisteredGovernanceServicesResponse
class RegisteredGovernanceServicesResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<RegisteredGovernanceServiceElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.RegisteredIntegrationConnectorResponse
class RegisteredIntegrationConnectorResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
registeredIntegrationConnector
RegisteredIntegrationConnectorElement registeredIntegrationConnector
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.RegisteredIntegrationConnectorsResponse
class RegisteredIntegrationConnectorsResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<RegisteredIntegrationConnectorElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.RelatedMetadataElementListResponse
class RelatedMetadataElementListResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedMetadataElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.RelatedMetadataElementsListResponse
class RelatedMetadataElementsListResponse extends GovernanceEngineOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedMetadataElements> elementList
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.RequestTypeRequestBody
class RequestTypeRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.StatusRequestBody
class StatusRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
status
GovernanceActionStatus status
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.StewardshipRequestBody
class StewardshipRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateEffectivityDatesRequestBody
class UpdateEffectivityDatesRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateGovernanceActionProcessRequestBody
class UpdateGovernanceActionProcessRequestBody extends NewGovernanceActionProcessRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mergeUpdate
boolean mergeUpdate
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateGovernanceActionTypeRequestBody
class UpdateGovernanceActionTypeRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mergeUpdate
boolean mergeUpdate
-
properties
GovernanceActionTypeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateGovernanceEngineRequestBody
class UpdateGovernanceEngineRequestBody extends NewGovernanceEngineRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateGovernanceServiceRequestBody
class UpdateGovernanceServiceRequestBody extends NewGovernanceServiceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.UpdatePropertiesRequestBody
class UpdatePropertiesRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ElementProperties properties
-
replaceProperties
boolean replaceProperties
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateRequestBody
class UpdateRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
forDuplicateProcessing
boolean forDuplicateProcessing
-
forLineage
boolean forLineage
-
-
Class org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateStatusRequestBody
class UpdateStatusRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
newStatus
ElementStatus newStatus
-
-
-
Package org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.AssetElement
class AssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
AssetProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.CertificationElement
class CertificationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certificationHeader
ElementHeader certificationHeader
-
certificationProperties
RelationshipProperties certificationProperties
-
certificationTypeHeader
ElementHeader certificationTypeHeader
-
certificationTypeProperties
CertificationProperties certificationTypeProperties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.CertificationTypeElement
class CertificationTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
CertificationTypeProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.ContactMethodElement
class ContactMethodElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.ExecutionPointElement
class ExecutionPointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ExecutionPointProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.ExternalReferenceElement
class ExternalReferenceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceAppointee
class GovernanceAppointee extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endDate
Date endDate
-
profile
ProfileElement profile
-
startDate
Date startDate
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionElement
class GovernanceDefinitionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceDefinitionProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionGraph
class GovernanceDefinitionGraph extends GovernanceDefinitionElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
children
List<RelatedElement> children
-
externalReferences
List<RelatedElement> externalReferences
-
metrics
List<RelatedElement> metrics
-
others
List<RelatedElement> others
-
parents
List<RelatedElement> parents
-
peers
List<RelatedElement> peers
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDelegation
class GovernanceDelegation extends ElementStub implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rationale
String rationale
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDomainElement
class GovernanceDomainElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceDomainProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDomainSetElement
class GovernanceDomainSetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
domains
List<GovernanceDomainElement> domains
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceDomainSetProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceLevelIdentifierElement
class GovernanceLevelIdentifierElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceLevelIdentifierProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceLevelIdentifierSetElement
class GovernanceLevelIdentifierSetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
identifierElements
List<GovernanceLevelIdentifierElement> identifierElements
-
properties
GovernanceLevelIdentifierSetProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceLink
class GovernanceLink extends ElementStub implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceMetricElement
class GovernanceMetricElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceMetricProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceMetricImplementation
class GovernanceMetricImplementation extends GovernanceMetricElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
implementations
List<RelatedElement> implementations
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceRoleAppointee
class GovernanceRoleAppointee extends GovernanceRoleElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentAppointees
List<GovernanceAppointee> currentAppointees
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceRoleElement
class GovernanceRoleElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
role
GovernanceRoleProperties role
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceRoleHistory
class GovernanceRoleHistory extends GovernanceRoleAppointee implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
predecessors
List<GovernanceAppointee> predecessors
-
successors
List<GovernanceAppointee> successors
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceStatusIdentifierElement
class GovernanceStatusIdentifierElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
GovernanceStatusIdentifierProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceStatusIdentifierSetElement
class GovernanceStatusIdentifierSetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
identifierElements
List<GovernanceStatusIdentifierElement> identifierElements
-
properties
GovernanceStatusIdentifierSetProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceZoneDefinition
class GovernanceZoneDefinition extends GovernanceZoneElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedGovernanceDefinitions
List<ElementStub> associatedGovernanceDefinitions
-
nestedGovernanceZones
List<ElementStub> nestedGovernanceZones
-
parentGovernanceZone
ElementStub parentGovernanceZone
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceZoneElement
class GovernanceZoneElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
governanceZoneProperties
GovernanceZoneProperties governanceZoneProperties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.LicenseElement
class LicenseElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
licenseHeader
ElementHeader licenseHeader
-
licenseProperties
RelationshipProperties licenseProperties
-
licenseTypeHeader
ElementHeader licenseTypeHeader
-
licenseTypeProperties
LicenseProperties licenseTypeProperties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.LicenseTypeElement
class LicenseTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
LicenseTypeProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.PersonalProfileElement
class PersonalProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
profileProperties
PersonalProfileProperties profileProperties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.PersonRoleElement
class PersonRoleElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
role
PersonRoleProperties role
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.ProfileElement
class ProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethods
List<ContactMethodElement> contactMethods
-
elementHeader
ElementHeader elementHeader
-
profileProperties
ActorProfileProperties profileProperties
-
userIdentities
List<UserIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.SubjectAreaDefinition
class SubjectAreaDefinition extends SubjectAreaElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedGovernanceDefinitions
List<ElementStub> associatedGovernanceDefinitions
-
nestedSubjectAreaGUIDs
List<String> nestedSubjectAreaGUIDs
-
parentSubjectAreaGUID
String parentSubjectAreaGUID
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.SubjectAreaElement
class SubjectAreaElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SubjectAreaProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.UserIdentityElement
class UserIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
UserIdentityProperties properties
-
-
-
Package org.odpi.openmetadata.accessservices.governanceprogram.properties
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.ActorProfileProperties
class ActorProfileProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.AssetProperties
class AssetProperties extends SupplementaryProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.AssignmentScopeProperties
class AssignmentScopeProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.CertificationProperties
class CertificationProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateId
String certificateId
-
certifiedBy
String certifiedBy
-
certifiedByPropertyName
String certifiedByPropertyName
-
certifiedByTypeName
String certifiedByTypeName
-
conditions
String conditions
-
custodian
String custodian
-
custodianPropertyName
String custodianPropertyName
-
custodianTypeName
String custodianTypeName
-
endDate
Date endDate
-
notes
String notes
-
recipient
String recipient
-
recipientPropertyName
String recipientPropertyName
-
recipientTypeName
String recipientTypeName
-
startDate
Date startDate
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.CertificationTypeProperties
class CertificationTypeProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
String details
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.ContactMethodProperties
class ContactMethodProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethodService
String contactMethodService
-
contactMethodType
ContactMethodType contactMethodType
-
contactMethodValue
String contactMethodValue
-
contactType
String contactType
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
name
String name
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.ExecutionPointProperties
class ExecutionPointProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.ExternalReferenceLinkProperties
class ExternalReferenceLinkProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.ExternalReferenceProperties
class ExternalReferenceProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDefinitionMetricProperties
class GovernanceDefinitionMetricProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rationale
String rationale
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDefinitionProperties
class GovernanceDefinitionProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
documentIdentifier
String documentIdentifier
-
domainIdentifier
int domainIdentifier
-
extendedProperties
Map<String,
Object> extendedProperties -
implications
List<String> implications
-
outcomes
List<String> outcomes
-
priority
String priority
-
results
List<String> results
-
scope
String scope
-
summary
String summary
-
title
String title
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDomainProperties
class GovernanceDomainProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDomainSetProperties
class GovernanceDomainSetProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceExpectationsProperties
class GovernanceExpectationsProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceLevelIdentifierProperties
class GovernanceLevelIdentifierProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceLevelIdentifierSetProperties
class GovernanceLevelIdentifierSetProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceMeasurementsDataSetProperties
class GovernanceMeasurementsDataSetProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceMeasurementsProperties
class GovernanceMeasurementsProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceMetricProperties
class GovernanceMetricProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceResultsProperties
class GovernanceResultsProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
query
String query
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceRoleProperties
class GovernanceRoleProperties extends PersonRoleProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
domainIdentifier
int domainIdentifier
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceStatusIdentifierProperties
class GovernanceStatusIdentifierProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceStatusIdentifierSetProperties
class GovernanceStatusIdentifierSetProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceZoneProperties
class GovernanceZoneProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.ITProfileProperties
class ITProfileProperties extends ActorProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.LicenseProperties
class LicenseProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conditions
String conditions
-
custodian
String custodian
-
custodianPropertyName
String custodianPropertyName
-
custodianTypeName
String custodianTypeName
-
endDate
Date endDate
-
entitlements
Map<String,
String> entitlements -
licensedBy
String licensedBy
-
licensedByPropertyName
String licensedByPropertyName
-
licensedByTypeName
String licensedByTypeName
-
licensee
String licensee
-
licenseePropertyName
String licenseePropertyName
-
licenseeTypeName
String licenseeTypeName
-
licenseId
String licenseId
-
notes
String notes
-
obligations
Map<String,
String> obligations -
restrictions
Map<String,
String> restrictions -
startDate
Date startDate
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.LicenseTypeProperties
class LicenseTypeProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
details
String details
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.OrganizationProfileProperties
class OrganizationProfileProperties extends TeamProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.PeerDefinitionProperties
class PeerDefinitionProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.PersonalProfileProperties
class PersonalProfileProperties extends ActorProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.PersonRoleProperties
class PersonRoleProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
headCount
int headCount
-
headCountLimitSet
boolean headCountLimitSet
-
qualifiedName
String qualifiedName
-
roleId
String roleId
-
scope
String scope
-
title
String title
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.ResourceListProperties
class ResourceListProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
resourceUse
String resourceUse
-
watchResource
boolean watchResource
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.SecurityGroupProperties
class SecurityGroupProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
distinguishedName
String distinguishedName
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.SecurityTagsProperties
class SecurityTagsProperties extends Object implements Serializable -
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.StakeholderProperties
class StakeholderProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
stakeholderRole
String stakeholderRole
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.SubjectAreaClassificationProperties
class SubjectAreaClassificationProperties extends ClassificationProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
subjectAreaName
String subjectAreaName
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.SubjectAreaProperties
class SubjectAreaProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.SupplementaryProperties
class SupplementaryProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.SupportingDefinitionProperties
class SupportingDefinitionProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rationale
String rationale
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.TeamProfileProperties
class TeamProfileProperties extends ActorProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
teamType
String teamType
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.UserIdentityProperties
class UserIdentityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.properties.ZoneMembers
class ZoneMembers extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.governanceprogram.rest
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.AppointmentRequestBody
class AppointmentRequestBody extends GovernanceProgramOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.CertificateIdRequestBody
class CertificateIdRequestBody extends GovernanceProgramOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateId
String certificateId
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.CertificationListResponse
class CertificationListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<CertificationElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.CertificationTypeListResponse
class CertificationTypeListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<CertificationTypeElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.CertificationTypeRequestBody
class CertificationTypeRequestBody extends GovernanceProgramOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
initialStatus
GovernanceDefinitionStatus initialStatus
-
properties
CertificationTypeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.CertificationTypeResponse
class CertificationTypeResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
CertificationTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.ClassificationRequestBody
class ClassificationRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ClassificationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.ElementStubListResponse
class ElementStubListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ElementStub> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.ExternalReferenceIdRequestBody
class ExternalReferenceIdRequestBody extends GovernanceProgramOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
referenceId
String referenceId
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.ExternalReferenceListResponse
class ExternalReferenceListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ExternalReferenceElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.ExternalReferenceRequestBody
class ExternalReferenceRequestBody extends GovernanceProgramOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
anchorGUID
String anchorGUID
-
properties
ExternalReferenceProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.ExternalReferenceResponse
class ExternalReferenceResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ExternalReferenceElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.ExternalSourceRequestBody
class ExternalSourceRequestBody extends GovernanceProgramOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceDefinitionGraphResponse
class GovernanceDefinitionGraphResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceDefinitionGraph element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceDefinitionListResponse
class GovernanceDefinitionListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceDefinitionElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceDefinitionRequestBody
class GovernanceDefinitionRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
initialStatus
GovernanceDefinitionStatus initialStatus
-
properties
GovernanceDefinitionProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceDefinitionResponse
class GovernanceDefinitionResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceDefinitionElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceDomainListResponse
class GovernanceDomainListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceDomainElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceDomainResponse
class GovernanceDomainResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceDomainElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceDomainSetListResponse
class GovernanceDomainSetListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceDomainSetElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceDomainSetResponse
class GovernanceDomainSetResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceDomainSetElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceLevelIdentifierListResponse
class GovernanceLevelIdentifierListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceLevelIdentifierElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceLevelIdentifierResponse
class GovernanceLevelIdentifierResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceLevelIdentifierElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceLevelIdentifierSetListResponse
class GovernanceLevelIdentifierSetListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceLevelIdentifierSetElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceLevelIdentifierSetResponse
class GovernanceLevelIdentifierSetResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceLevelIdentifierSetElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceMetricImplementationListResponse
class GovernanceMetricImplementationListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceMetricImplementation> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceMetricListResponse
class GovernanceMetricListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceMetricElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceMetricResponse
class GovernanceMetricResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceMetricElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceProgramOMASAPIRequestBody
class GovernanceProgramOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceProgramOMASAPIResponse
class GovernanceProgramOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceRoleAppointeeListResponse
class GovernanceRoleAppointeeListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceRoleAppointee> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceRoleHistoryResponse
class GovernanceRoleHistoryResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceRoleHistory element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceRoleListResponse
class GovernanceRoleListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceRoleElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceRoleRequestBody
class GovernanceRoleRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
GovernanceRoleProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceRoleResponse
class GovernanceRoleResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceRoleElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceStatusIdentifierResponse
class GovernanceStatusIdentifierResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceStatusIdentifierElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceStatusIdentifierSetListResponse
class GovernanceStatusIdentifierSetListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<GovernanceStatusIdentifierSetElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceStatusIdentifierSetResponse
class GovernanceStatusIdentifierSetResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceStatusIdentifierSetElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceStatusRequestBody
class GovernanceStatusRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
status
GovernanceDefinitionStatus status
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceZoneDefinitionResponse
class GovernanceZoneDefinitionResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
GovernanceZoneDefinition properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceZoneListResponse
class GovernanceZoneListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<GovernanceZoneElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceZoneResponse
class GovernanceZoneResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
GovernanceZoneElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.LicenseIdRequestBody
class LicenseIdRequestBody extends GovernanceProgramOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
licenseId
String licenseId
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.LicenseListResponse
class LicenseListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<LicenseElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.LicenseTypeListResponse
class LicenseTypeListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<LicenseTypeElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.LicenseTypeRequestBody
class LicenseTypeRequestBody extends GovernanceProgramOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
initialStatus
GovernanceDefinitionStatus initialStatus
-
properties
LicenseTypeProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.LicenseTypeResponse
class LicenseTypeResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
LicenseTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.PersonRoleListResponse
class PersonRoleListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<PersonRoleElement> elements
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.PersonRoleResponse
class PersonRoleResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
PersonRoleElement element
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
anchorGUID
String anchorGUID
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.RelatedElementListResponse
class RelatedElementListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.RelationshipRequestBody
class RelationshipRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
RelationshipProperties properties
-
relationshipName
String relationshipName
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.SubjectAreaDefinitionResponse
class SubjectAreaDefinitionResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
SubjectAreaDefinition properties
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.SubjectAreaListResponse
class SubjectAreaListResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SubjectAreaElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.governanceprogram.rest.SubjectAreaResponse
class SubjectAreaResponse extends GovernanceProgramOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SubjectAreaElement element
-
-
-
Package org.odpi.openmetadata.accessservices.itinfrastructure.events
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.events.ITInfrastructureOutTopicEvent
class ITInfrastructureOutTopicEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementHeader
ElementHeader elementHeader
-
elementProperties
Map<String,
Object> elementProperties -
eventTime
Date eventTime
-
eventType
ITInfrastructureEventType eventType
-
eventVersionId
long eventVersionId
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementHeader previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties
-
-
-
Package org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.AssetElement
class AssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
AssetProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.AssetRelationshipElement
class AssetRelationshipElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
elementHeader
ElementHeader elementHeader
-
end1Element
ElementStub end1Element
-
end2Element
ElementStub end2Element
-
properties
Map<String,
Object> properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.ConnectionElement
class ConnectionElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionProperties
ConnectionProperties connectionProperties
-
connectorType
ElementStub connectorType
-
elementHeader
ElementHeader elementHeader
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
endpoint
ElementStub endpoint
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.ConnectorTypeElement
class ConnectorTypeElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeProperties
ConnectorTypeProperties connectorTypeProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.ContactMethodElement
class ContactMethodElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.ControlFlowElement
class ControlFlowElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
controlFlowHeader
ElementHeader controlFlowHeader
-
controlFlowProperties
ControlFlowProperties controlFlowProperties
-
currentStep
ElementHeader currentStep
-
nextStep
ElementHeader nextStep
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.DataAssetElement
class DataAssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
DataAssetProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.DataFlowElement
class DataFlowElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataConsumer
ElementHeader dataConsumer
-
dataFlowHeader
ElementHeader dataFlowHeader
-
dataFlowProperties
DataFlowProperties dataFlowProperties
-
dataSupplier
ElementHeader dataSupplier
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.DeployedCapabilityElement
class DeployedCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
capabilityDeploymentProperties
CapabilityDeploymentProperties capabilityDeploymentProperties
-
capabilityElement
SoftwareCapabilityElement capabilityElement
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.DeploymentElement
class DeploymentElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetElement
AssetElement assetElement
-
deploymentProperties
DeploymentProperties deploymentProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.EmbeddedConnection
class EmbeddedConnection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
ElementStub embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.EndpointElement
class EndpointElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
endpointProperties
EndpointProperties endpointProperties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.HostElement
class HostElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
HostProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.ITProfileElement
class ITProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethods
List<ContactMethodElement> contactMethods
-
elementHeader
ElementHeader elementHeader
-
linkedInfrastructure
List<ElementStub> linkedInfrastructure
-
profileProperties
ITProfileProperties profileProperties
-
userIdentities
List<ProfileIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.LineageMappingElement
class LineageMappingElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lineageMappingHeader
ElementHeader lineageMappingHeader
-
sourceElement
ElementHeader sourceElement
-
targetElement
ElementHeader targetElement
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.PortElement
class PortElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
portProperties
PortProperties portProperties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.ProcessCallElement
class ProcessCallElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
called
ElementHeader called
-
caller
ElementHeader caller
-
processCallHeader
ElementHeader processCallHeader
-
processCallProperties
ProcessCallProperties processCallProperties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.ProcessElement
class ProcessElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ProcessProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.ProfileIdentityElement
class ProfileIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
profileIdentity
ProfileIdentityProperties profileIdentity
-
properties
UserIdentityElement properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.RelatedAssetElement
class RelatedAssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
elementHeader
ElementHeader elementHeader
-
properties
Map<String,
Object> properties -
relatedAsset
AssetElement relatedAsset
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.ServerAssetUseElement
class ServerAssetUseElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asset
AssetElement asset
-
capabilityStub
ElementStub capabilityStub
-
serverAssetUse
ServerAssetUseProperties serverAssetUse
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.SoftwareCapabilityElement
class SoftwareCapabilityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SoftwareCapabilityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.SoftwareServerCapabilityElement
class SoftwareServerCapabilityElement extends SoftwareCapabilityElement implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.SoftwareServerElement
class SoftwareServerElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SoftwareServerProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.SoftwareServerPlatformElement
class SoftwareServerPlatformElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SoftwareServerPlatformProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.UserIdentityElement
class UserIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
UserIdentityProperties properties
-
-
-
Package org.odpi.openmetadata.accessservices.itinfrastructure.properties
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ActorProfileProperties
class ActorProfileProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.AssetProperties
class AssetProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.CapabilityDeploymentProperties
class CapabilityDeploymentProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployer
String deployer
-
deployerPropertyName
String deployerPropertyName
-
deployerTypeName
String deployerTypeName
-
deploymentTime
Date deploymentTime
-
softwareCapabilityStatus
OperationalStatus softwareCapabilityStatus
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ConfigurationItemProperties
class ConfigurationItemProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ConfigurationItemRelationshipProperties
class ConfigurationItemRelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ConnectionProperties
class ConnectionProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ConnectorTypeProperties
class ConnectorTypeProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorFrameworkName
String connectorFrameworkName
-
connectorInterfaceLanguage
String connectorInterfaceLanguage
-
connectorInterfaces
List<String> connectorInterfaces
-
connectorProviderClassName
String connectorProviderClassName
-
description
String description
-
displayName
String displayName
-
expectedDataFormat
String expectedDataFormat
-
recognizedAdditionalProperties
List<String> recognizedAdditionalProperties
-
recognizedConfigurationProperties
List<String> recognizedConfigurationProperties
-
recognizedSecuredProperties
List<String> recognizedSecuredProperties
-
supportedAssetTypeName
String supportedAssetTypeName
-
targetTechnologyInterfaces
List<String> targetTechnologyInterfaces
-
targetTechnologyName
String targetTechnologyName
-
targetTechnologySource
String targetTechnologySource
-
targetTechnologyVersions
List<String> targetTechnologyVersions
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ContactMethodProperties
class ContactMethodProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethodService
String contactMethodService
-
contactMethodType
ContactMethodType contactMethodType
-
contactMethodValue
String contactMethodValue
-
contactType
String contactType
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
name
String name
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ControlFlowProperties
class ControlFlowProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.DataAssetProperties
class DataAssetProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.DataFlowProperties
class DataFlowProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.DeploymentProperties
class DeploymentProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployer
String deployer
-
deployerPropertyName
String deployerPropertyName
-
deployerTypeName
String deployerTypeName
-
deploymentStatus
OperationalStatus deploymentStatus
-
deploymentTime
Date deploymentTime
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.EndpointProperties
class EndpointProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.HostProperties
class HostProperties extends ITInfrastructureProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ITInfrastructureProperties
class ITInfrastructureProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ITProfileProperties
class ITProfileProperties extends ActorProfileProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.LineageMappingProperties
class LineageMappingProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.PlatformDeploymentProperties
class PlatformDeploymentProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deployer
String deployer
-
deploymentTime
Date deploymentTime
-
platformDeploymentStatus
OperationalStatus platformDeploymentStatus
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.PortProperties
class PortProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ProcessCallProperties
class ProcessCallProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ProcessProperties
class ProcessProperties extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ProfileIdentityProperties
class ProfileIdentityProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ServerAssetUseProperties
class ServerAssetUseProperties extends ConfigurationItemRelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
maximumInstances
int maximumInstances
-
maximumInstancesSet
boolean maximumInstancesSet
-
minimumInstances
int minimumInstances
-
minimumInstancesSet
boolean minimumInstancesSet
-
useType
ServerAssetUseType useType
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.SoftwareCapabilityProperties
class SoftwareCapabilityProperties extends ConfigurationItemProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.SoftwareServerCapabilityProperties
class SoftwareServerCapabilityProperties extends SoftwareCapabilityProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.SoftwareServerPlatformProperties
class SoftwareServerPlatformProperties extends ITInfrastructureProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.SoftwareServerProperties
class SoftwareServerProperties extends ITInfrastructureProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.properties.UserIdentityProperties
class UserIdentityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.itinfrastructure.rest
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetConnectionRequestBody
class AssetConnectionRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetSummary
String assetSummary
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetExtensionsRequestBody
class AssetExtensionsRequestBody extends EffectiveDatesRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetListResponse
class AssetListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<AssetElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetRelationshipListResponse
class AssetRelationshipListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<AssetRelationshipElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetRequestBody
class AssetRequestBody extends AssetProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
externalSourceGUID
String externalSourceGUID
-
externalSourceName
String externalSourceName
-
initialStatus
ElementStatus initialStatus
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetResponse
class AssetResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
AssetElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectionRequestBody
class ConnectionRequestBody extends ConnectionProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectionResponse
class ConnectionResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectionElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectionsResponse
class ConnectionsResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectionElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectorTypeRequestBody
class ConnectorTypeRequestBody extends ConnectorTypeProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectorTypeResponse
class ConnectorTypeResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ConnectorTypeElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectorTypesResponse
class ConnectorTypesResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ConnectorTypeElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ContactMethodRequestBody
class ContactMethodRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ControlFlowElementResponse
class ControlFlowElementResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ControlFlowElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ControlFlowElementsResponse
class ControlFlowElementsResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ControlFlowElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ControlFlowRequestBody
class ControlFlowRequestBody extends EffectiveTimeMetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ControlFlowProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.DataFlowElementResponse
class DataFlowElementResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
DataFlowElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.DataFlowElementsResponse
class DataFlowElementsResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DataFlowElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.DataFlowRequestBody
class DataFlowRequestBody extends EffectiveTimeMetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
DataFlowProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.DeploymentRequestBody
class DeploymentRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
DeploymentProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.EffectiveDatesRequestBody
class EffectiveDatesRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.EffectiveTimeMetadataSourceRequestBody
class EffectiveTimeMetadataSourceRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ElementStatusRequestBody
class ElementStatusRequestBody extends EffectiveTimeRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementStatus
ElementStatus elementStatus
-
externalSourceGUID
String externalSourceGUID
-
externalSourceName
String externalSourceName
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ElementStubResponse
class ElementStubResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ElementStub element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ElementStubsResponse
class ElementStubsResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ElementStub> elements
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.EmbeddedConnectionRequestBody
class EmbeddedConnectionRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.EndpointRequestBody
class EndpointRequestBody extends EndpointProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.EndpointResponse
class EndpointResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
EndpointElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.EndpointsResponse
class EndpointsResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<EndpointElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.HostListResponse
class HostListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<HostElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.HostRequestBody
class HostRequestBody extends HostProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.HostResponse
class HostResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
HostElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITInfrastructureOMASAPIRequestBody
class ITInfrastructureOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITInfrastructureOMASAPIResponse
class ITInfrastructureOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITProfileListResponse
class ITProfileListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ITProfileElement> elements
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITProfileRequestBody
class ITProfileRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
itInfrastructureGUID
String itInfrastructureGUID
-
itUserId
String itUserId
-
properties
ITProfileProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITProfileResponse
class ITProfileResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ITProfileElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.LineageMappingElementResponse
class LineageMappingElementResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
LineageMappingElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.LineageMappingElementsResponse
class LineageMappingElementsResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<LineageMappingElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.LineageMappingRequestBody
class LineageMappingRequestBody extends EffectiveTimeMetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
LineageMappingProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.MetadataSourceRequestBody
class MetadataSourceRequestBody extends ITInfrastructureOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.PortElementResponse
class PortElementResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
PortElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.PortElementsResponse
class PortElementsResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<PortElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.PortRequestBody
class PortRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
PortProperties elementProperties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessCallElementResponse
class ProcessCallElementResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ProcessCallElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessCallElementsResponse
class ProcessCallElementsResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ProcessCallElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessCallRequestBody
class ProcessCallRequestBody extends EffectiveTimeMetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ProcessCallProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessContainmentTypeRequestBody
class ProcessContainmentTypeRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processContainmentType
ProcessContainmentType processContainmentType
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessElementResponse
class ProcessElementResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ProcessElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessElementsResponse
class ProcessElementsResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ProcessElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessRequestBody
class ProcessRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementProperties
ProcessProperties elementProperties
-
processStatus
ProcessStatus processStatus
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessStatusRequestBody
class ProcessStatusRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
processStatus
ProcessStatus processStatus
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProfileIdentityRequestBody
class ProfileIdentityRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ProfileIdentityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.RelatedAssetListResponse
class RelatedAssetListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedAssetElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ServerAssetUseListResponse
class ServerAssetUseListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ServerAssetUseElement> elements
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ServerAssetUseRequestBody
class ServerAssetUseRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ServerAssetUseProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.ServerAssetUseResponse
class ServerAssetUseResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ServerAssetUseElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareCapabilityListResponse
class SoftwareCapabilityListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SoftwareCapabilityElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareCapabilityRequestBody
class SoftwareCapabilityRequestBody extends SoftwareCapabilityProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareCapabilityResponse
class SoftwareCapabilityResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SoftwareCapabilityElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareServerListResponse
class SoftwareServerListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SoftwareServerElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareServerPlatformListResponse
class SoftwareServerPlatformListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SoftwareServerPlatformElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareServerPlatformRequestBody
class SoftwareServerPlatformRequestBody extends SoftwareServerPlatformProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareServerPlatformResponse
class SoftwareServerPlatformResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SoftwareServerPlatformElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareServerRequestBody
class SoftwareServerRequestBody extends SoftwareServerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareServerResponse
class SoftwareServerResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SoftwareServerElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SupportedCapabilityListResponse
class SupportedCapabilityListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<DeployedCapabilityElement> elements
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.SupportedCapabilityRequestBody
class SupportedCapabilityRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
CapabilityDeploymentProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.UserIdentityListResponse
class UserIdentityListResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<UserIdentityElement> elements
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.UserIdentityRequestBody
class UserIdentityRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
UserIdentityProperties properties
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.UserIdentityResponse
class UserIdentityResponse extends ITInfrastructureOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
UserIdentityElement element
-
-
Class org.odpi.openmetadata.accessservices.itinfrastructure.rest.UseTypeRequestBody
class UseTypeRequestBody extends EffectiveTimeRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
useType
ServerAssetUseType useType
-
-
-
Package org.odpi.openmetadata.accessservices.projectmanagement.metadataelements
-
Class org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ActorProfileElement
class ActorProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethods
List<ContactMethodElement> contactMethods
-
contributionRecord
ContributionRecordElement contributionRecord
-
elementHeader
ElementHeader elementHeader
-
linkedInfrastructure
List<ElementStub> linkedInfrastructure
-
locations
List<ProfileLocationElement> locations
-
personRoles
List<ElementStub> personRoles
-
profileProperties
ActorProfileProperties profileProperties
-
subTeams
List<ElementStub> subTeams
-
superTeam
ElementStub superTeam
-
teamLeaderRoles
List<ElementStub> teamLeaderRoles
-
teamMemberRoles
List<ElementStub> teamMemberRoles
-
userIdentities
List<ProfileIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ContactMethodElement
class ContactMethodElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ContributionRecordElement
class ContributionRecordElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContributionRecord properties
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.PersonRoleElement
class PersonRoleElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
PersonRoleProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ProfileIdentityElement
class ProfileIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
profileIdentity
ProfileIdentityProperties profileIdentity
-
properties
UserIdentityElement properties
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ProfileLocationElement
class ProfileLocationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
location
ElementStub location
-
properties
ProfileLocationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ProjectElement
class ProjectElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ProjectProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.RelationshipElement
class RelationshipElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
end1GUID
ElementHeader end1GUID
-
end2GUID
ElementHeader end2GUID
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.UserIdentityElement
class UserIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
UserIdentityProperties properties
-
relatedElement
RelatedElement relatedElement
-
-
-
Package org.odpi.openmetadata.accessservices.projectmanagement.properties
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.ActorProfileProperties
class ActorProfileProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.AssignmentScopeProperties
class AssignmentScopeProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.ContactMethodProperties
class ContactMethodProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethodService
String contactMethodService
-
contactMethodType
ContactMethodType contactMethodType
-
contactMethodValue
String contactMethodValue
-
contactType
String contactType
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
name
String name
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.ContributionRecord
class ContributionRecord extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
karmaPointPlateau
long karmaPointPlateau
-
karmaPoints
long karmaPoints
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.MetadataSourceProperties
class MetadataSourceProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.PersonalRoleProperties
class PersonalRoleProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
domainIdentifier
int domainIdentifier
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
qualifiedName
String qualifiedName
-
roleId
String roleId
-
scope
String scope
-
title
String title
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.PersonRoleProperties
class PersonRoleProperties extends PersonalRoleProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
headCount
int headCount
-
headCountLimitSet
boolean headCountLimitSet
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.ProfileIdentityProperties
class ProfileIdentityProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.ProfileLocationProperties
class ProfileLocationProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associationType
String associationType
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.ProjectProperties
class ProjectProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.ProjectTeamProperties
class ProjectTeamProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
teamRole
String teamRole
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.ResourceListProperties
class ResourceListProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
resourceUse
String resourceUse
-
watchResource
boolean watchResource
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.StakeholderProperties
class StakeholderProperties extends RelationshipProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
stakeholderRole
String stakeholderRole
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.properties.UserIdentityProperties
class UserIdentityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.projectmanagement.rest
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.ActorProfileListResponse
class ActorProfileListResponse extends ProjectManagementOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ActorProfileElement> elements
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.ClassificationRequestBody
class ClassificationRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ClassificationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.ElementStubsResponse
class ElementStubsResponse extends ProjectManagementOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ElementStub> elements
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.ExternalSourceRequestBody
class ExternalSourceRequestBody extends ProjectManagementOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.PersonRoleListResponse
class PersonRoleListResponse extends ProjectManagementOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<PersonRoleElement> elements
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.PersonRoleRequestBody
class PersonRoleRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
PersonRoleProperties properties
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.PersonRoleResponse
class PersonRoleResponse extends ProjectManagementOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
PersonRoleElement element
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.ProjectListResponse
class ProjectListResponse extends ProjectManagementOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ProjectElement> elements
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.ProjectManagementOMASAPIRequestBody
class ProjectManagementOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.ProjectManagementOMASAPIResponse
class ProjectManagementOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.ProjectResponse
class ProjectResponse extends ProjectManagementOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ProjectElement element
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.RelatedElementListResponse
class RelatedElementListResponse extends ProjectManagementOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<RelatedElement> elements
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.RelationshipElementResponse
class RelationshipElementResponse extends ProjectManagementOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
RelationshipElement element
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.RelationshipElementsResponse
class RelationshipElementsResponse extends ProjectManagementOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelationshipElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.RelationshipRequestBody
class RelationshipRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
RelationshipProperties properties
-
-
Class org.odpi.openmetadata.accessservices.projectmanagement.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.securitymanager.events
-
Class org.odpi.openmetadata.accessservices.securitymanager.events.SecurityManagerOutTopicEvent
class SecurityManagerOutTopicEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementHeader
ElementHeader elementHeader
-
elementProperties
Map<String,
Object> elementProperties -
eventTime
Date eventTime
-
eventType
SecurityManagerEventType eventType
-
eventVersionId
long eventVersionId
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementHeader previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties
-
-
-
Package org.odpi.openmetadata.accessservices.securitymanager.metadataelements
-
Class org.odpi.openmetadata.accessservices.securitymanager.metadataelements.ActorProfileElement
class ActorProfileElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethods
List<ContactMethodElement> contactMethods
-
elementHeader
ElementHeader elementHeader
-
linkedInfrastructure
List<ElementStub> linkedInfrastructure
-
locations
List<ProfileLocationElement> locations
-
personRoles
List<ElementStub> personRoles
-
profileProperties
ActorProfileProperties profileProperties
-
subTeams
List<ElementStub> subTeams
-
superTeam
ElementStub superTeam
-
teamLeaderRoles
List<ElementStub> teamLeaderRoles
-
teamMemberRoles
List<ElementStub> teamMemberRoles
-
userIdentities
List<ProfileIdentityElement> userIdentities
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.metadataelements.ContactMethodElement
class ContactMethodElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
ContactMethodProperties properties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.metadataelements.PersonRoleAppointee
class PersonRoleAppointee extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
profile
ActorProfileElement profile
-
properties
AppointmentProperties properties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.metadataelements.PersonRoleElement
class PersonRoleElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appointees
List<ElementStub> appointees
-
elementHeader
ElementHeader elementHeader
-
properties
PersonRoleProperties properties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.metadataelements.ProfileIdentityElement
class ProfileIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
profileIdentity
ProfileIdentityProperties profileIdentity
-
properties
UserIdentityElement properties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.metadataelements.ProfileLocationElement
class ProfileLocationElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
location
ElementStub location
-
properties
ProfileLocationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.metadataelements.RelatedElement
class RelatedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedElement
ElementStub relatedElement
-
relationshipHeader
ElementHeader relationshipHeader
-
relationshipProperties
RelationshipProperties relationshipProperties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.metadataelements.SecurityGroupElement
class SecurityGroupElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
SecurityGroupProperties properties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.metadataelements.SecurityManagerElement
class SecurityManagerElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
securityManagerProperties
SecurityManagerProperties securityManagerProperties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.metadataelements.UserIdentityElement
class UserIdentityElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
UserIdentityProperties properties
-
-
-
Package org.odpi.openmetadata.accessservices.securitymanager.properties
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.ActorProfileProperties
class ActorProfileProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.AppointmentProperties
class AppointmentProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.ContactMethodProperties
class ContactMethodProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contactMethodService
String contactMethodService
-
contactMethodType
ContactMethodType contactMethodType
-
contactMethodValue
String contactMethodValue
-
contactType
String contactType
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
name
String name
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.GovernanceDefinitionProperties
class GovernanceDefinitionProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
documentIdentifier
String documentIdentifier
-
domainIdentifier
int domainIdentifier
-
extendedProperties
Map<String,
Object> extendedProperties -
implications
List<String> implications
-
outcomes
List<String> outcomes
-
priority
String priority
-
results
List<String> results
-
scope
String scope
-
status
GovernanceDefinitionStatus status
-
summary
String summary
-
title
String title
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.PersonalRoleProperties
class PersonalRoleProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
description
String description
-
domainIdentifier
int domainIdentifier
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
extendedProperties
Map<String,
Object> extendedProperties -
qualifiedName
String qualifiedName
-
roleId
String roleId
-
scope
String scope
-
title
String title
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.PersonRoleProperties
class PersonRoleProperties extends PersonalRoleProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
headCount
int headCount
-
headCountLimitSet
boolean headCountLimitSet
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.ProfileIdentityProperties
class ProfileIdentityProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.ProfileLocationProperties
class ProfileLocationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associationType
String associationType
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.SecurityGroupProperties
class SecurityGroupProperties extends GovernanceDefinitionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
distinguishedName
String distinguishedName
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.SecurityManagerProperties
class SecurityManagerProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.properties.UserIdentityProperties
class UserIdentityProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.securitymanager.rest
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.ActorProfileListResponse
class ActorProfileListResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ActorProfileElement> elements
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.ActorProfileResponse
class ActorProfileResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ActorProfileElement element
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.ClassificationRequestBody
class ClassificationRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ClassificationProperties properties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.EffectiveTimeRequestBody
class EffectiveTimeRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.ElementStubsResponse
class ElementStubsResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ElementStub> elements
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.ExternalSourceRequestBody
class ExternalSourceRequestBody extends SecurityManagerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.MetadataSourceRequestBody
class MetadataSourceRequestBody extends SecurityManagerOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.PathNameRequestBody
class PathNameRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fullPath
String fullPath
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.PersonRoleAppointeeListResponse
class PersonRoleAppointeeListResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<PersonRoleAppointee> elements
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.PersonRoleListResponse
class PersonRoleListResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<PersonRoleElement> elements
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.PersonRoleResponse
class PersonRoleResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
PersonRoleElement element
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ReferenceableProperties properties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.RelatedElementListResponse
class RelatedElementListResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.RelationshipRequestBody
class RelationshipRequestBody extends ExternalSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
RelationshipProperties properties
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.SecurityGroupResponse
class SecurityGroupResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
SecurityGroupElement element
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.SecurityGroupsResponse
class SecurityGroupsResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<SecurityGroupElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.SecurityManagerOMASAPIRequestBody
class SecurityManagerOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.SecurityManagerOMASAPIResponse
class SecurityManagerOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.SecurityManagerRequestBody
class SecurityManagerRequestBody extends SecurityManagerProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.TemplateRequestBody
class TemplateRequestBody extends TemplateProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.UserIdentitiesResponse
class UserIdentitiesResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<UserIdentityElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.UserIdentityRequestBody
class UserIdentityRequestBody extends UserIdentityProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securitymanager.rest.UserIdentityResponse
class UserIdentityResponse extends SecurityManagerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
UserIdentityElement element
-
-
-
Package org.odpi.openmetadata.accessservices.securityofficer.api.events
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.events.GovernedAssetEvent
class GovernedAssetEvent extends SecurityOfficerEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
governedAsset
GovernedAsset governedAsset
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.events.SecurityOfficerEvent
class SecurityOfficerEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
SecurityOfficerEventType eventType
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.events.SecurityOfficerTagEvent
class SecurityOfficerTagEvent extends SecurityOfficerEvent implements Serializable-
Serialized Fields
-
schemaElementEntity
SchemaElementEntity schemaElementEntity
-
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.events.SecurityOfficerUpdateTagEvent
class SecurityOfficerUpdateTagEvent extends SecurityOfficerEvent implements Serializable-
Serialized Fields
-
previousClassification
SecurityClassification previousClassification
-
securitySchemaElement
SecuritySchemaElement securitySchemaElement
-
-
-
-
Package org.odpi.openmetadata.accessservices.securityofficer.api.model
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.BusinessTerm
class BusinessTerm extends Entity implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.Classification
class Classification extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.Context
class Context extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.Entity
class Entity extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.GovernanceClassification
class GovernanceClassification extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.GovernanceClassificationBase
class GovernanceClassificationBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.GovernedAsset
class GovernedAsset extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.SchemaElementEntity
class SchemaElementEntity extends Entity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
businessTerm
BusinessTerm businessTerm
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.SecurityClassification
class SecurityClassification extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.SecuritySchemaElement
class SecuritySchemaElement extends Entity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
securityClassification
SecurityClassification securityClassification
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.SoftwareServerCapability
class SoftwareServerCapability extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.securityofficer.api.model.rest
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.GovernedAssetListResponse
class GovernedAssetListResponse extends SecurityOfficerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetList
List<GovernedAsset> assetList
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.GovernedAssetResponse
class GovernedAssetResponse extends SecurityOfficerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asset
GovernedAsset asset
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SecurityOfficerOMASAPIResponse
class SecurityOfficerOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SecurityOfficerSchemaElementListResponse
class SecurityOfficerSchemaElementListResponse extends SecurityOfficerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaElementEntityList
List<SecuritySchemaElement> schemaElementEntityList
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SecurityOfficerSchemaElementResponse
class SecurityOfficerSchemaElementResponse extends SecurityOfficerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaElementEntity
SchemaElementEntity schemaElementEntity
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SecurityOfficerSecurityTagListResponse
class SecurityOfficerSecurityTagListResponse extends SecurityOfficerOMASAPIResponse implements Serializable-
Serialized Fields
-
securityTags
List<SecurityClassification> securityTags
-
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SecurityOfficerSecurityTagResponse
class SecurityOfficerSecurityTagResponse extends SecurityOfficerOMASAPIResponse implements Serializable-
Serialized Fields
-
securityTag
SecurityClassification securityTag
-
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SoftwareServerCapabilityRequestBody
class SoftwareServerCapabilityRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
softwareServerCapability
SoftwareServerCapability softwareServerCapability
-
-
Class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SoftwareServerCapabilityResponse
class SoftwareServerCapabilityResponse extends SecurityOfficerOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serverCapability
SoftwareServerCapability serverCapability
-
-
-
Package org.odpi.openmetadata.accessservices.softwaredeveloper.rest
-
Class org.odpi.openmetadata.accessservices.softwaredeveloper.rest.SoftwareDeveloperOMASAPIResponse
class SoftwareDeveloperOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.stewardshipaction.events
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.events.StewardshipActionOutTopicEvent
class StewardshipActionOutTopicEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
elementHeader
ElementHeader elementHeader
-
elementProperties
Map<String,
Object> elementProperties -
eventTime
Date eventTime
-
eventType
StewardshipActionEventType eventType
-
eventVersionId
long eventVersionId
-
previousClassificationProperties
Map<String,
Object> previousClassificationProperties -
previousElementHeader
ElementHeader previousElementHeader
-
previousElementProperties
Map<String,
Object> previousElementProperties
-
-
-
Package org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements.AssetElement
class AssetElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetProperties
AssetProperties assetProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements.DuplicateElement
class DuplicateElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
duplicateProperties
DuplicateProperties duplicateProperties
-
elementHeader
ElementHeader elementHeader
-
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements.ReferenceableElement
class ReferenceableElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
referenceableProperties
ReferenceableProperties referenceableProperties
-
-
-
Package org.odpi.openmetadata.accessservices.stewardshipaction.properties
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.properties.AssetProperties
class AssetProperties extends SupplementaryProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.properties.ClassificationProperties
class ClassificationProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.properties.DuplicateProperties
class DuplicateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.properties.MeaningProperties
class MeaningProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.properties.ReferenceableProperties
class ReferenceableProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.properties.RelationshipProperties
class RelationshipProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.properties.SupplementaryProperties
class SupplementaryProperties extends ReferenceableProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.properties.TemplateProperties
class TemplateProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.stewardshipaction.rest
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.rest.DuplicatesRequestBody
class DuplicatesRequestBody extends StewardshipActionOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.rest.DuplicatesResponse
class DuplicatesResponse extends StewardshipActionOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<DuplicateElement> elementList
-
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.rest.ElementStubResponse
class ElementStubResponse extends StewardshipActionOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ElementStub element
-
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.rest.ElementStubsResponse
class ElementStubsResponse extends StewardshipActionOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<ElementStub> elements
-
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.rest.SoftwareDeveloperOMASAPIRequestBody
class SoftwareDeveloperOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.rest.StewardshipActionOMASAPIRequestBody
class StewardshipActionOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.stewardshipaction.rest.StewardshipActionOMASAPIResponse
class StewardshipActionOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.events
-
Class org.odpi.openmetadata.accessservices.subjectarea.events.SubjectAreaEvent
class SubjectAreaEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
SubjectAreaEventType eventType
-
subjectAreaEventContent
SubjectAreaEventContent subjectAreaEventContent
-
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions
-
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.ClassificationException
class ClassificationException extends SubjectAreaCheckedException implements Serializable -
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.EntityNotDeletedException
class EntityNotDeletedException extends GuidOrientatedException implements Serializable -
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.FunctionNotSupportedException
class FunctionNotSupportedException extends SubjectAreaCheckedException implements Serializable -
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.GuidOrientatedException
class GuidOrientatedException extends SubjectAreaCheckedException implements Serializable-
Serialized Fields
-
guid
String guid
-
-
-
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterException
class InvalidParameterException extends SubjectAreaCheckedException implements Serializable -
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.MetadataServerUncontactableException
class MetadataServerUncontactableException extends SubjectAreaCheckedException implements Serializable -
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.PropertyServerException
class PropertyServerException extends SubjectAreaCheckedException implements Serializable -
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.StatusNotSupportedException
class StatusNotSupportedException extends SubjectAreaCheckedException implements Serializable -
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedException
class SubjectAreaCheckedException extends OMAGCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UnrecognizedGUIDException
class UnrecognizedGUIDException extends GuidOrientatedException implements Serializable -
Exception org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UserNotAuthorizedException
class UserNotAuthorizedException extends SubjectAreaCheckedException implements Serializable-
Serialized Fields
-
userId
String userId
-
-
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.fvt
-
Exception org.odpi.openmetadata.accessservices.subjectarea.fvt.SubjectAreaFVTCheckedException
class SubjectAreaFVTCheckedException extends Exception implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.classifications
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.AbstractConcept
class AbstractConcept extends Classification implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.ActivityDescription
class ActivityDescription extends Classification implements Serializable-
Serialized Fields
-
activityType
ActivityType activityType
-
extraAttributes
Map<String,
String> extraAttributes
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.CanonicalVocabulary
class CanonicalVocabulary extends Classification implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
class Classification extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Confidence
class Confidence extends Classification implements Serializable-
Serialized Fields
-
confidence
Integer confidence
-
extraAttributes
Map<String,
String> extraAttributes -
level
ConfidenceLevel level
-
notes
String notes
-
source
String source
-
status
GovernanceClassificationStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Confidentiality
class Confidentiality extends Classification implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.ContextDefinition
class ContextDefinition extends Classification implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Criticality
class Criticality extends Classification implements Serializable-
Serialized Fields
-
confidence
Integer confidence
-
extraAttributes
Map<String,
String> extraAttributes -
level
CriticalityLevel level
-
notes
String notes
-
source
String source
-
status
GovernanceClassificationStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.DataValue
class DataValue extends Classification implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.GlossaryProject
class GlossaryProject extends Classification implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.ObjectIdentifier
class ObjectIdentifier extends Classification implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.PrimaryKey
class PrimaryKey extends Classification implements Serializable-
Serialized Fields
-
extraAttributes
Map<String,
String> extraAttributes -
keyPattern
KeyPattern keyPattern
-
name
String name
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Retention
class Retention extends Classification implements Serializable-
Serialized Fields
-
archiveAfter
Long archiveAfter
-
associatedGUID
String associatedGUID
-
basis
RetentionBasis basis
-
confidence
Integer confidence
-
deleteAfter
Long deleteAfter
-
extraAttributes
Map<String,
String> extraAttributes -
notes
String notes
-
source
String source
-
status
GovernanceClassificationStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.SpineAttribute
class SpineAttribute extends Classification implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.SpineObject
class SpineObject extends Classification implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.SubjectArea
class SubjectArea extends Classification implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Taxonomy
class Taxonomy extends Classification implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.comment
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.comment.Comment
class Comment extends Object implements Serializable-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
classifications
List<Classification> classifications
-
comment
String comment
-
commentType
CommentType commentType
-
extraAttributes
Map<String,
Object> extraAttributes -
extraClassifications
Map<String,
Classification> extraClassifications -
qualifiedName
String qualifiedName
-
systemAttributes
SystemAttributes systemAttributes
-
-
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category
class Category extends Node implements Serializable-
Serialized Fields
-
glossary
GlossarySummary glossary
-
parentCategory
CategorySummary parentCategory
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition
class SubjectAreaDefinition extends Category implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.GovernanceClassifications
class GovernanceClassifications extends Object implements Serializable-
Serialized Fields
-
confidence
Confidence confidence
-
confidentiality
Confidentiality confidentiality
-
criticality
Criticality criticality
-
retention
Retention retention
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.NeighborhoodHistoricalFindRequest
class NeighborhoodHistoricalFindRequest extends Object implements Serializable-
Serialized Fields
-
asOfTime
Date asOfTime
-
level
int level
-
nodeFilter
Set<NodeType> nodeFilter
-
relationshipFilter
Set<RelationshipType> relationshipFilter
-
statusFilter
StatusFilter statusFilter
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.Reference
class Reference extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
referenceName
String referenceName
-
relatedEndGuid
String relatedEndGuid
-
relatedEndType
String relatedEndType
-
relationship_Type
String relationship_Type
-
relationshipAttributes
Map<String,
Object> relationshipAttributes -
relationshipGuid
String relationshipGuid
-
uniqueAttributes
Map<String,
Object> uniqueAttributes
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.RelationshipEnd
class RelationshipEnd extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.SystemAttributes
class SystemAttributes extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.CanonicalGlossary
class CanonicalGlossary extends Glossary implements Serializable-
Serialized Fields
-
scope
String scope
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.CanonicalTaxonomy
class CanonicalTaxonomy extends Taxonomy implements Serializable-
Serialized Fields
-
scope
String scope
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary
class Glossary extends Node implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Taxonomy
class Taxonomy extends Glossary implements Serializable-
Serialized Fields
-
organizingPrinciple
String organizingPrinciple
-
-
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode.GovernedNode
class GovernedNode extends Node implements Serializable-
Serialized Fields
-
governanceClassifications
GovernanceClassifications governanceClassifications
-
-
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Graph
class Graph extends Object implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
class Node extends Object implements Serializable-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
classifications
List<Classification> classifications
-
description
String description
-
effectiveFromTime
Long effectiveFromTime
-
effectiveToTime
Long effectiveToTime
-
extendedProperties
Map<String,
Object> extendedProperties -
icons
Set<IconSummary> icons
-
name
String name
-
nodeType
NodeType nodeType
-
qualifiedName
String qualifiedName
-
readOnly
boolean readOnly
-
systemAttributes
SystemAttributes systemAttributes
-
typeName
String typeName
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
class Relationship extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
effectiveFromTime
Long effectiveFromTime
-
effectiveToTime
Long effectiveToTime
-
end1
RelationshipEnd end1
-
end2
RelationshipEnd end2
-
name
String name
-
readOnly
boolean readOnly
-
relationshipType
RelationshipType relationshipType
-
systemAttributes
SystemAttributes systemAttributes
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.RelationshipEnd
class RelationshipEnd extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.AssetSummary
class AssetSummary extends NodeSummary implements Serializable-
Serialized Fields
-
nodeType
NodeType nodeType
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.CanonicalGlossarySummary
class CanonicalGlossarySummary extends NodeSummary implements Serializable-
Serialized Fields
-
nodeType
NodeType nodeType
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.CanonicalTaxonomySummary
class CanonicalTaxonomySummary extends NodeSummary implements Serializable-
Serialized Fields
-
nodeType
NodeType nodeType
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.CategorySummary
class CategorySummary extends NodeSummary implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.GlossarySummary
class GlossarySummary extends NodeSummary implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.NodeSummary
class NodeSummary extends Object implements Serializable-
Serialized Fields
-
fromEffectivityTime
Long fromEffectivityTime
-
fromRelationshipEffectivityTime
Long fromRelationshipEffectivityTime
-
guid
String guid
-
icons
Set<IconSummary> icons
-
name
String name
-
qualifiedName
String qualifiedName
-
relationshipguid
String relationshipguid
-
relationshipType
String relationshipType
-
toEffectivityTime
Long toEffectivityTime
-
toRelationshipEffectivityTime
Long toRelationshipEffectivityTime
-
type
NodeType type
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.TaxonomySummary
class TaxonomySummary extends NodeSummary implements Serializable-
Serialized Fields
-
nodeType
NodeType nodeType
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary.TermSummary
class TermSummary extends NodeSummary implements Serializable-
Serialized Fields
-
nodeType
NodeType nodeType
-
-
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.GlossaryProject
class GlossaryProject extends Project implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project
class Project extends Node implements Serializable
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Activity
class Activity extends Term implements Serializable-
Serialized Fields
-
activityType
ActivityType activityType
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term
class Term extends GovernedNode implements Serializable-
Serialized Fields
-
abbreviation
String abbreviation
-
categories
List<CategorySummary> categories
-
examples
String examples
-
glossary
GlossarySummary glossary
-
objectIdentifier
boolean objectIdentifier
-
spineAttribute
boolean spineAttribute
-
spineObject
boolean spineObject
-
summary
String summary
-
usage
String usage
-
-
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.properties.relationships
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Antonym
class Antonym extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
expression
String expression
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization
class Categorization extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
status
TermRelationshipStatus status
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryAnchor
class CategoryAnchor extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink
class CategoryHierarchyLink extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.HasA
class HasA extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsA
class IsA extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
expression
String expression
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf
class IsATypeOf extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfDeprecated
class IsATypeOfDeprecated extends Relationship implements Serializable-
Serialized Fields
-
description
String description
Deprecated. -
source
String source
Deprecated. -
status
TermRelationshipStatus status
Deprecated. -
steward
String steward
Deprecated.
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Leadership
class Leadership extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.LibraryCategoryReference
class LibraryCategoryReference extends Relationship implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.LibraryTermReference
class LibraryTermReference extends Relationship implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.MediaReference
class MediaReference extends Relationship implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.PreferredTerm
class PreferredTerm extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
expression
String expression
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope
class ProjectScope extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.RelatedTerm
class RelatedTerm extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
expression
String expression
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ReplacementTerm
class ReplacementTerm extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
expression
String expression
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.SemanticAssignment
class SemanticAssignment extends Relationship implements Serializable -
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym
class Synonym extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
expression
String expression
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermAnchor
class TermAnchor extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Translation
class Translation extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
expression
String expression
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy
class TypedBy extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.UsedInContext
class UsedInContext extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
expression
String expression
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
Class org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ValidValue
class ValidValue extends Relationship implements Serializable-
Serialized Fields
-
description
String description
-
expression
String expression
-
source
String source
-
status
TermRelationshipStatus status
-
steward
String steward
-
-
-
-
Package org.odpi.openmetadata.accessservices.subjectarea.responses
-
Class org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse
class SubjectAreaOMASAPIResponse extends FFDCResponseBase implements Serializable
-
-
Package org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception
-
Exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
class FileException extends ConnectorCheckedException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileName
String fileName
-
-
-
Package org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception
-
Exception org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.exception.FileReadException
class FileReadException extends ConnectorCheckedException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileName
String fileName
-
-
-
Package org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception
-
Exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
class ConfigException extends ConnectorCheckedException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileName
String fileName
-
-
Exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.FileException
class FileException extends ConnectorCheckedException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fileName
String fileName
-
-
-
Package org.odpi.openmetadata.adapters.connectors.integration.openapis.properties
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIComponents
class OpenAPIComponents extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
extensions
Map<String,
Object> extensions -
parameters
Map<String,
OpenAPIParameter> parameters -
requestBodies
Map<String,
OpenAPIRequestBody> requestBodies -
responses
Map<String,
OpenAPIResponse> responses -
schemas
Map<String,
OpenAPISchema> schemas
-
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIContactDetails
class OpenAPIContactDetails extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIEncoding
class OpenAPIEncoding extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contentType
String contentType
-
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIExternalDocs
class OpenAPIExternalDocs extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIInfo
class OpenAPIInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contact
OpenAPIContactDetails contact
-
description
String description
-
license
OpenAPILicense license
-
title
String title
-
version
String version
-
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPILicense
class OpenAPILicense extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIMediaType
class OpenAPIMediaType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
encoding
Map<String,
OpenAPIEncoding> encoding -
extensions
Map<String,
Object> extensions -
schema
OpenAPISchema schema
-
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIOperation
class OpenAPIOperation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deprecated
boolean deprecated
-
description
String description
-
extensions
Map<String,
Object> extensions -
externalDocs
OpenAPIExternalDocs externalDocs
-
operationId
String operationId
-
parameters
List<OpenAPIParameter> parameters
-
requestBody
OpenAPIRequestBody requestBody
-
responses
Map<String,
OpenAPIResponse> responses -
security
Map<String,
List<String>> security -
servers
List<OpenAPIServer> servers
-
summary
String summary
-
tags
List<String> tags
-
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIParameter
class OpenAPIParameter extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIPathDescription
class OpenAPIPathDescription extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
$ref
String $ref
-
delete
OpenAPIOperation delete
-
description
String description
-
extensions
Map<String,
Object> extensions -
get
OpenAPIOperation get
-
head
OpenAPIOperation head
-
options
OpenAPIOperation options
-
parameters
List<OpenAPIParameter> parameters
-
patch
OpenAPIOperation patch
-
post
OpenAPIOperation post
-
put
OpenAPIOperation put
-
servers
List<OpenAPIServer> servers
-
summary
String summary
-
trace
OpenAPIOperation trace
-
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIRequestBody
class OpenAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIResponse
class OpenAPIResponse extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPISchema
class OpenAPISchema extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
$ref
String $ref
-
deprecated
boolean deprecated
-
description
String description
-
extensions
Map<String,
Object> extensions -
externalDocs
OpenAPIExternalDocs externalDocs
-
format
String format
-
name
String name
-
nullable
boolean nullable
-
readOnly
boolean readOnly
-
required
List<String> required
-
title
String title
-
type
String type
-
writeOnly
boolean writeOnly
-
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPIServer
class OpenAPIServer extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPISpecification
class OpenAPISpecification extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
info
OpenAPIInfo info
-
openapi
String openapi
-
paths
Map<String,
OpenAPIPathDescription> paths -
servers
List<OpenAPIServer> servers
-
tags
List<OpenAPITag> tags
-
-
Class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPITag
class OpenAPITag extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
externalDocs
OpenAPIExternalDocs externalDocs
-
name
String name
-
-
-
Package org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions
-
Exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
class RESTClientCheckedExceptionBase extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
reportedCaughtException
Exception reportedCaughtException
-
reportedErrorMessage
String reportedErrorMessage
-
reportedHTTPCode
int reportedHTTPCode
-
reportedSystemAction
String reportedSystemAction
-
reportedUserAction
String reportedUserAction
-
reportingActionDescription
String reportingActionDescription
-
reportingClassName
String reportingClassName
-
-
Exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTConfigurationException
class RESTConfigurationException extends RESTClientCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTServerException
class RESTServerException extends RESTClientCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.adminservices.configuration.properties
-
Class org.odpi.openmetadata.adminservices.configuration.properties.AccessServiceConfig
class AccessServiceConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessServiceAdminClass
String accessServiceAdminClass
-
accessServiceDescription
String accessServiceDescription
-
accessServiceDevelopmentStatus
ComponentDevelopmentStatus accessServiceDevelopmentStatus
-
accessServiceFullName
String accessServiceFullName
-
accessServiceId
int accessServiceId
-
accessServiceInTopic
Connection accessServiceInTopic
-
accessServiceName
String accessServiceName
-
accessServiceOperationalStatus
ServiceOperationalStatus accessServiceOperationalStatus
-
accessServiceOptions
Map<String,
Object> accessServiceOptions -
accessServiceOutTopic
Connection accessServiceOutTopic
-
accessServiceURLMarker
String accessServiceURLMarker
-
accessServiceWiki
String accessServiceWiki
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
class AdminServicesConfigHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adminservices.configuration.properties.CohortConfig
class CohortConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cohortName
String cohortName
-
cohortOMRSInstancesTopicConnection
Connection cohortOMRSInstancesTopicConnection
-
cohortOMRSRegistrationTopicConnection
Connection cohortOMRSRegistrationTopicConnection
-
cohortOMRSTopicConnection
Connection cohortOMRSTopicConnection
-
cohortOMRSTopicProtocolVersion
OpenMetadataEventProtocolVersion cohortOMRSTopicProtocolVersion
-
cohortOMRSTypesTopicConnection
Connection cohortOMRSTypesTopicConnection
-
cohortRegistryConnection
Connection cohortRegistryConnection
-
eventsToProcessRule
OpenMetadataExchangeRule eventsToProcessRule
-
selectedTypesToProcess
List<TypeDefSummary> selectedTypesToProcess
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.ConformanceSuiteConfig
class ConformanceSuiteConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
platformWorkbenchConfig
PlatformConformanceWorkbenchConfig platformWorkbenchConfig
-
repositoryPerformanceConfig
RepositoryPerformanceWorkbenchConfig repositoryPerformanceConfig
-
repositoryWorkbenchConfig
RepositoryConformanceWorkbenchConfig repositoryWorkbenchConfig
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.DataEngineProxyConfig
class DataEngineProxyConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
accessServiceRootURL
String accessServiceRootURL
-
accessServiceServerName
String accessServiceServerName
-
batchWindowInSeconds
int batchWindowInSeconds
-
dataEngineConnection
Connection dataEngineConnection
-
eventsClientEnabled
boolean eventsClientEnabled
-
pollIntervalInSeconds
int pollIntervalInSeconds
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.EngineConfig
class EngineConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adminservices.configuration.properties.EngineHostServicesConfig
class EngineHostServicesConfig extends OMAGServerClientConfig implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
engineServiceConfigs
List<EngineServiceConfig> engineServiceConfigs
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.EngineServiceConfig
class EngineServiceConfig extends OMAGServerClientConfig implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
engines
List<EngineConfig> engines
-
engineServiceAdminClass
String engineServiceAdminClass
-
engineServiceDescription
String engineServiceDescription
-
engineServiceDevelopmentStatus
ComponentDevelopmentStatus engineServiceDevelopmentStatus
-
engineServiceFullName
String engineServiceFullName
-
engineServiceId
int engineServiceId
-
engineServiceName
String engineServiceName
-
engineServiceOperationalStatus
ServiceOperationalStatus engineServiceOperationalStatus
-
engineServiceOptions
Map<String,
Object> engineServiceOptions -
engineServicePartnerOMAS
String engineServicePartnerOMAS
-
engineServiceURLMarker
String engineServiceURLMarker
-
engineServiceWiki
String engineServiceWiki
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.EnterpriseAccessConfig
class EnterpriseAccessConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
enterpriseMetadataCollectionId
String enterpriseMetadataCollectionId
-
enterpriseMetadataCollectionName
String enterpriseMetadataCollectionName
-
enterpriseOMRSTopicConnection
Connection enterpriseOMRSTopicConnection
-
enterpriseOMRSTopicProtocolVersion
OpenMetadataEventProtocolVersion enterpriseOMRSTopicProtocolVersion
-
remoteEnterpriseOMRSTopicConnection
Connection remoteEnterpriseOMRSTopicConnection
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.EventBusConfig
class EventBusConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adminservices.configuration.properties.IntegrationConnectorConfig
class IntegrationConnectorConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
connectorId
String connectorId
-
connectorName
String connectorName
-
connectorUserId
String connectorUserId
-
generateIntegrationReports
boolean generateIntegrationReports
-
metadataSourceQualifiedName
String metadataSourceQualifiedName
-
permittedSynchronization
PermittedSynchronization permittedSynchronization
-
refreshTimeInterval
long refreshTimeInterval
-
usesBlockingCalls
boolean usesBlockingCalls
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.IntegrationGroupConfig
class IntegrationGroupConfig extends OMAGServerClientConfig implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
integrationGroupQualifiedName
String integrationGroupQualifiedName
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.IntegrationServiceConfig
class IntegrationServiceConfig extends OMAGServerClientConfig implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultPermittedSynchronization
PermittedSynchronization defaultPermittedSynchronization
-
integrationConnectorConfigs
List<IntegrationConnectorConfig> integrationConnectorConfigs
-
integrationServiceContextManagerClass
String integrationServiceContextManagerClass
-
integrationServiceDescription
String integrationServiceDescription
-
integrationServiceDevelopmentStatus
ComponentDevelopmentStatus integrationServiceDevelopmentStatus
-
integrationServiceFullName
String integrationServiceFullName
-
integrationServiceId
int integrationServiceId
-
integrationServiceName
String integrationServiceName
-
integrationServiceOperationalStatus
ServiceOperationalStatus integrationServiceOperationalStatus
-
integrationServiceOptions
Map<String,
Object> integrationServiceOptions -
integrationServicePartnerOMAS
String integrationServicePartnerOMAS
-
integrationServiceURLMarker
String integrationServiceURLMarker
-
integrationServiceWiki
String integrationServiceWiki
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.IntegrationViewServiceConfig
class IntegrationViewServiceConfig extends ViewServiceConfig implements Serializable-
Serialized Fields
-
resourceEndpoints
List<ResourceEndpointConfig> resourceEndpoints
-
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.LocalRepositoryConfig
class LocalRepositoryConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventMapperConnection
Connection eventMapperConnection
-
eventsToSaveRule
OpenMetadataExchangeRule eventsToSaveRule
-
eventsToSendRule
OpenMetadataExchangeRule eventsToSendRule
-
localRepositoryLocalConnection
Connection localRepositoryLocalConnection
-
localRepositoryMode
LocalRepositoryMode localRepositoryMode
-
localRepositoryRemoteConnection
Connection localRepositoryRemoteConnection
-
metadataCollectionId
String metadataCollectionId
-
metadataCollectionName
String metadataCollectionName
-
selectedTypesToSave
List<TypeDefSummary> selectedTypesToSave
-
selectedTypesToSend
List<TypeDefSummary> selectedTypesToSend
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
class OMAGServerClientConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfig
class OMAGServerConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessServicesConfig
List<AccessServiceConfig> accessServicesConfig
-
auditTrail
List<String> auditTrail
-
conformanceSuiteConfig
ConformanceSuiteConfig conformanceSuiteConfig
-
dataEngineProxyConfig
DataEngineProxyConfig dataEngineProxyConfig
-
dynamicIntegrationGroupsConfig
List<IntegrationGroupConfig> dynamicIntegrationGroupsConfig
-
engineHostServicesConfig
EngineHostServicesConfig engineHostServicesConfig
-
eventBusConfig
EventBusConfig eventBusConfig
-
integrationServicesConfig
List<IntegrationServiceConfig> integrationServicesConfig
-
localServerDescription
String localServerDescription
-
localServerId
String localServerId
-
localServerName
String localServerName
-
localServerPassword
String localServerPassword
-
localServerType
String localServerType
-
localServerURL
String localServerURL
-
localServerUserId
String localServerUserId
-
maxPageSize
int maxPageSize
-
openLineageServerConfig
OpenLineageServerConfig openLineageServerConfig
-
organizationName
String organizationName
-
repositoryServicesConfig
RepositoryServicesConfig repositoryServicesConfig
-
serverSecurityConnection
Connection serverSecurityConnection
-
versionId
String versionId
-
viewServicesConfig
List<ViewServiceConfig> viewServicesConfig
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.OpenLineageServerConfig
class OpenLineageServerConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessServiceConfig
OLSSimplifiedAccessServiceConfig accessServiceConfig
-
backgroundJobs
List<OLSBackgroundJob> backgroundJobs
-
inTopicConnection
Connection inTopicConnection
-
jobIntervalInSeconds
int jobIntervalInSeconds
-
lineageGraphConnection
Connection lineageGraphConnection
-
lineageServerURL
String lineageServerURL
-
openLineageDescription
String openLineageDescription
-
openLineageId
int openLineageId
-
openLineageName
String openLineageName
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.PlatformConformanceWorkbenchConfig
class PlatformConformanceWorkbenchConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tutPlatformURLRoot
String tutPlatformURLRoot
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.RepositoryConformanceWorkbenchConfig
class RepositoryConformanceWorkbenchConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
maxSearchResults
int maxSearchResults
-
tutRepositoryServerName
String tutRepositoryServerName
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.RepositoryPerformanceWorkbenchConfig
class RepositoryPerformanceWorkbenchConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adminservices.configuration.properties.RepositoryServicesConfig
class RepositoryServicesConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
auditLogConnections
List<Connection> auditLogConnections
-
cohortConfigList
List<CohortConfig> cohortConfigList
-
enterpriseAccessConfig
EnterpriseAccessConfig enterpriseAccessConfig
-
localRepositoryConfig
LocalRepositoryConfig localRepositoryConfig
-
openMetadataArchiveConnections
List<Connection> openMetadataArchiveConnections
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.ResourceEndpointConfig
class ResourceEndpointConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adminservices.configuration.properties.SecurityOfficerConfig
class SecurityOfficerConfig extends AdminServicesConfigHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessServiceRootURL
String accessServiceRootURL
-
accessServiceServerName
String accessServiceServerName
-
securityOfficerServerInTopic
Connection securityOfficerServerInTopic
-
securityOfficerServerInTopicName
String securityOfficerServerInTopicName
-
securityOfficerServerOutTopic
Connection securityOfficerServerOutTopic
-
securityOfficerServerOutTopicName
String securityOfficerServerOutTopicName
-
-
Class org.odpi.openmetadata.adminservices.configuration.properties.SolutionViewServiceConfig
class SolutionViewServiceConfig extends ViewServiceConfig implements Serializable -
Class org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig
class ViewServiceConfig extends OMAGServerClientConfig implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
viewServiceAdminClass
String viewServiceAdminClass
-
viewServiceDescription
String viewServiceDescription
-
viewServiceDevelopmentStatus
ComponentDevelopmentStatus viewServiceDevelopmentStatus
-
viewServiceFullName
String viewServiceFullName
-
viewServiceId
int viewServiceId
-
viewServiceName
String viewServiceName
-
viewServiceOperationalStatus
ServiceOperationalStatus viewServiceOperationalStatus
-
viewServiceOptions
Map<String,
Object> viewServiceOptions -
viewServiceURLMarker
String viewServiceURLMarker
-
viewServiceWiki
String viewServiceWiki
-
-
-
Package org.odpi.openmetadata.adminservices.configuration.registration
-
Class org.odpi.openmetadata.adminservices.configuration.registration.AccessServiceRegistrationEntry
class AccessServiceRegistrationEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessServiceAdminClassName
String accessServiceAdminClassName
-
accessServiceCode
int accessServiceCode
-
accessServiceDescription
String accessServiceDescription
-
accessServiceDevelopmentStatus
ComponentDevelopmentStatus accessServiceDevelopmentStatus
-
accessServiceFullName
String accessServiceFullName
-
accessServiceName
String accessServiceName
-
accessServiceOperationalStatus
ServiceOperationalStatus accessServiceOperationalStatus
-
accessServiceURLMarker
String accessServiceURLMarker
-
accessServiceWiki
String accessServiceWiki
-
-
Class org.odpi.openmetadata.adminservices.configuration.registration.EngineServiceRegistrationEntry
class EngineServiceRegistrationEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
engineServiceAdminClass
String engineServiceAdminClass
-
engineServiceDescription
String engineServiceDescription
-
engineServiceDevelopmentStatus
ComponentDevelopmentStatus engineServiceDevelopmentStatus
-
engineServiceFullName
String engineServiceFullName
-
engineServiceId
int engineServiceId
-
engineServiceName
String engineServiceName
-
engineServiceOperationalStatus
ServiceOperationalStatus engineServiceOperationalStatus
-
engineServicePartnerOMAS
String engineServicePartnerOMAS
-
engineServiceURLMarker
String engineServiceURLMarker
-
engineServiceWiki
String engineServiceWiki
-
-
Class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceRegistrationEntry
class ViewServiceRegistrationEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
viewServiceAdminClassName
String viewServiceAdminClassName
-
viewServiceCode
int viewServiceCode
-
viewServiceDescription
String viewServiceDescription
-
viewServiceDevelopmentStatus
ComponentDevelopmentStatus viewServiceDevelopmentStatus
-
viewServiceFullName
String viewServiceFullName
-
viewServiceName
String viewServiceName
-
viewServiceOperationalStatus
ServiceOperationalStatus viewServiceOperationalStatus
-
viewServiceURLMarker
String viewServiceURLMarker
-
viewServiceWiki
String viewServiceWiki
-
-
-
Package org.odpi.openmetadata.adminservices.ffdc.exception
-
Exception org.odpi.openmetadata.adminservices.ffdc.exception.OMAGConfigurationErrorException
class OMAGConfigurationErrorException extends org.odpi.openmetadata.adminservices.ffdc.exception.OMAGCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.adminservices.ffdc.exception.OMAGInvalidParameterException
class OMAGInvalidParameterException extends org.odpi.openmetadata.adminservices.ffdc.exception.OMAGCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.adminservices.ffdc.exception.OMAGNotAuthorizedException
class OMAGNotAuthorizedException extends org.odpi.openmetadata.adminservices.ffdc.exception.OMAGCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.adminservices.properties
-
Class org.odpi.openmetadata.adminservices.properties.DedicatedTopicList
class DedicatedTopicList extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adminservices.properties.OMAGServerServiceStatus
class OMAGServerServiceStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceName
String serviceName
-
serviceStatus
ServerActiveStatus serviceStatus
-
-
Class org.odpi.openmetadata.adminservices.properties.ServerServicesStatus
class ServerServicesStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serverActiveStatus
ServerActiveStatus serverActiveStatus
-
serverName
String serverName
-
serverType
String serverType
-
services
List<OMAGServerServiceStatus> services
-
-
-
Package org.odpi.openmetadata.adminservices.rest
-
Class org.odpi.openmetadata.adminservices.rest.AccessServiceConfigResponse
class AccessServiceConfigResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
config
AccessServiceConfig config
-
-
Class org.odpi.openmetadata.adminservices.rest.AccessServicesResponse
class AccessServicesResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
services
List<AccessServiceConfig> services
-
-
Class org.odpi.openmetadata.adminservices.rest.AdminServicesAPIResponse
class AdminServicesAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adminservices.rest.CohortConfigResponse
class CohortConfigResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
config
CohortConfig config
-
-
Class org.odpi.openmetadata.adminservices.rest.ConnectionListResponse
class ConnectionListResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connections
List<Connection> connections
-
-
Class org.odpi.openmetadata.adminservices.rest.ConnectionResponse
class ConnectionResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
-
Class org.odpi.openmetadata.adminservices.rest.DedicatedTopicListResponse
class DedicatedTopicListResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dedicatedTopicList
DedicatedTopicList dedicatedTopicList
-
-
Class org.odpi.openmetadata.adminservices.rest.EngineHostServicesResponse
class EngineHostServicesResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
services
EngineHostServicesConfig services
-
-
Class org.odpi.openmetadata.adminservices.rest.EngineServiceConfigResponse
class EngineServiceConfigResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
config
EngineServiceConfig config
-
-
Class org.odpi.openmetadata.adminservices.rest.EngineServiceRequestBody
class EngineServiceRequestBody extends OMAGServerClientConfig implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
engines
List<EngineConfig> engines
-
engineServiceOptions
Map<String,
Object> engineServiceOptions
-
-
Class org.odpi.openmetadata.adminservices.rest.EventBusConfigResponse
class EventBusConfigResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
config
EventBusConfig config
-
-
Class org.odpi.openmetadata.adminservices.rest.IntegrationGroupsResponse
class IntegrationGroupsResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
groups
List<IntegrationGroupConfig> groups
-
-
Class org.odpi.openmetadata.adminservices.rest.IntegrationServiceConfigResponse
class IntegrationServiceConfigResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
config
IntegrationServiceConfig config
-
-
Class org.odpi.openmetadata.adminservices.rest.IntegrationServiceRequestBody
class IntegrationServiceRequestBody extends OMAGServerClientConfig implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
integrationConnectorConfigs
List<IntegrationConnectorConfig> integrationConnectorConfigs
-
integrationServiceOptions
Map<String,
Object> integrationServiceOptions
-
-
Class org.odpi.openmetadata.adminservices.rest.IntegrationServicesResponse
class IntegrationServicesResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
services
List<IntegrationServiceConfig> services
-
-
Class org.odpi.openmetadata.adminservices.rest.LocalRepositoryConfigResponse
class LocalRepositoryConfigResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
config
LocalRepositoryConfig config
-
-
Class org.odpi.openmetadata.adminservices.rest.OMAGServerConfigResponse
class OMAGServerConfigResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serverConfig
OMAGServerConfig serverConfig
-
-
Class org.odpi.openmetadata.adminservices.rest.OMAGServerConfigsResponse
class OMAGServerConfigsResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serverConfigs
Set<OMAGServerConfig> serverConfigs
-
-
Class org.odpi.openmetadata.adminservices.rest.OMAGServerStatusResponse
class OMAGServerStatusResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serverServicesStatus
ServerServicesStatus serverServicesStatus
-
-
Class org.odpi.openmetadata.adminservices.rest.PlatformSecurityRequestBody
class PlatformSecurityRequestBody extends URLRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
platformSecurityConnection
Connection platformSecurityConnection
-
-
Class org.odpi.openmetadata.adminservices.rest.ServerTypeClassificationResponse
class ServerTypeClassificationResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serverTypeClassification
ServerTypeClassificationSummary serverTypeClassification
-
-
Class org.odpi.openmetadata.adminservices.rest.ServerTypeClassificationSummary
class ServerTypeClassificationSummary extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serverSuperType
ServerTypeClassificationSummary serverSuperType
-
serverTypeDescription
String serverTypeDescription
-
serverTypeName
String serverTypeName
-
serverTypeWiki
String serverTypeWiki
-
-
Class org.odpi.openmetadata.adminservices.rest.SuccessMessageResponse
class SuccessMessageResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
successMessage
String successMessage
-
-
Class org.odpi.openmetadata.adminservices.rest.URLRequestBody
class URLRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
urlRoot
String urlRoot
-
-
Class org.odpi.openmetadata.adminservices.rest.ViewServiceConfigResponse
class ViewServiceConfigResponse extends AdminServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
config
ViewServiceConfig config
-
-
Class org.odpi.openmetadata.adminservices.rest.ViewServiceRequestBody
class ViewServiceRequestBody extends OMAGServerClientConfig implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.adminservices.rest.ViewServicesResponse
class ViewServicesResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
services
List<ViewServiceConfig> services
-
-
-
Package org.odpi.openmetadata.commonservices.ffdc.exceptions
-
Exception org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
class InvalidParameterException extends InvalidParameterException implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
class OMAGCheckedExceptionBase extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
class OMAGRuntimeException extends OCFRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
class PropertyServerException extends PropertyServerException implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.commonservices.ffdc.exceptions.UserNotAuthorizedException
class UserNotAuthorizedException extends UserNotAuthorizedException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.commonservices.ffdc.properties
-
Class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
class ConnectorReport extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
componentDescription
ComponentDescription componentDescription
-
connectorType
ConnectorType connectorType
-
refreshTimeInterval
long refreshTimeInterval
-
supportedActionTargetNames
List<String> supportedActionTargetNames
-
supportedGuards
List<String> supportedGuards
-
supportedRequestParameters
List<String> supportedRequestParameters
-
supportedRequestSourceNames
List<String> supportedRequestSourceNames
-
supportedRequestTypes
List<String> supportedRequestTypes
-
usesBlockingCalls
boolean usesBlockingCalls
-
-
-
Package org.odpi.openmetadata.commonservices.ffdc.rest
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
class BooleanRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
flag
boolean flag
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
class BooleanResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
flag
boolean flag
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectionResponse
class ConnectionResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorReportResponse
class ConnectorReportResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorReport
ConnectorReport connectorReport
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeListResponse
class ConnectorTypeListResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypes
List<ConnectorType> connectorTypes
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorTypeResponse
class ConnectorTypeResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorType
ConnectorType connectorType
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
class CountResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
count
long count
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
class EffectiveTimeRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
class FFDCResponseBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDescription
String actionDescription
-
exceptionCausedBy
String exceptionCausedBy
-
exceptionClassName
String exceptionClassName
-
exceptionErrorMessage
String exceptionErrorMessage
-
exceptionErrorMessageId
String exceptionErrorMessageId
-
exceptionErrorMessageParameters
String[] exceptionErrorMessageParameters
-
exceptionProperties
Map<String,
Object> exceptionProperties -
exceptionSystemAction
String exceptionSystemAction
-
exceptionUserAction
String exceptionUserAction
-
relatedHTTPCode
int relatedHTTPCode
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
class GUIDListResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
class GUIDResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
guid
String guid
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
class NameListResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
class NameRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.NullRequestBody
class NullRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.PropertiesResponse
class PropertiesResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
class RegisteredOMAGService extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceDescription
String serviceDescription
-
serviceDevelopmentStatus
ComponentDevelopmentStatus serviceDevelopmentStatus
-
serviceId
int serviceId
-
serviceName
String serviceName
-
serviceURLMarker
String serviceURLMarker
-
serviceWiki
String serviceWiki
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
class RegisteredOMAGServicesResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
services
List<RegisteredOMAGService> services
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
class SearchStringRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
class StringMapResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.StringRequestBody
class StringRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
string
String string
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
class StringResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
resultString
String resultString
-
-
Class org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse
class VoidResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions
-
Exception org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException
class NewInstanceException extends OMAGCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.conformance.beans
-
Class org.odpi.openmetadata.conformance.beans.ExceptionBean
class ExceptionBean extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceProfileResults
class OpenMetadataConformanceProfileResults extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conformanceStatus
OpenMetadataConformanceStatus conformanceStatus
-
description
String description
-
documentationURL
String documentationURL
-
id
Integer id
-
name
String name
-
profilePriority
OpenMetadataConformanceProfilePriority profilePriority
-
requirementResults
List<OpenMetadataConformanceRequirementResults> requirementResults
-
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceProfileSummary
class OpenMetadataConformanceProfileSummary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conformanceStatus
OpenMetadataConformanceStatus conformanceStatus
-
description
String description
-
documentationURL
String documentationURL
-
id
Integer id
-
name
String name
-
profilePriority
OpenMetadataConformanceProfilePriority profilePriority
-
requirementSummary
List<OpenMetadataConformanceRequirementSummary> requirementSummary
-
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceRequirementResults
class OpenMetadataConformanceRequirementResults extends OpenMetadataConformanceRequirementSummary implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
negativeTestEvidence
List<OpenMetadataConformanceTestEvidence> negativeTestEvidence
-
positiveTestEvidence
List<OpenMetadataConformanceTestEvidence> positiveTestEvidence
-
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceRequirementSummary
class OpenMetadataConformanceRequirementSummary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conformanceStatus
OpenMetadataConformanceStatus conformanceStatus
-
description
String description
-
documentationURL
String documentationURL
-
id
Integer id
-
name
String name
-
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceTestEvidence
class OpenMetadataConformanceTestEvidence extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assertionId
String assertionId
-
conformanceException
ExceptionBean conformanceException
-
elapsedTime
Long elapsedTime
-
methodName
String methodName
-
profileId
Integer profileId
-
propertyName
String propertyName
-
propertyValue
Object propertyValue
-
requirementId
Integer requirementId
-
testCaseDescriptionURL
String testCaseDescriptionURL
-
testCaseId
String testCaseId
-
testCaseName
String testCaseName
-
testEvidenceType
OpenMetadataConformanceTestEvidenceType testEvidenceType
-
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceTestLabResults
class OpenMetadataConformanceTestLabResults extends OpenMetadataConformanceTestResults implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
testResultsFromWorkbenches
List<OpenMetadataConformanceWorkbenchResults> testResultsFromWorkbenches
-
testRunDate
Date testRunDate
-
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceTestLabSummary
class OpenMetadataConformanceTestLabSummary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
testRunDate
Date testRunDate
-
testSummariesFromWorkbenches
List<OpenMetadataConformanceWorkbenchSummary> testSummariesFromWorkbenches
-
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceTestResults
class OpenMetadataConformanceTestResults extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceWorkbenchResults
class OpenMetadataConformanceWorkbenchResults extends OpenMetadataConformanceTestResults implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
failedTestCases
List<OpenMetadataTestCaseResult> failedTestCases
-
passedTestCases
List<OpenMetadataTestCaseResult> passedTestCases
-
profileResults
List<OpenMetadataConformanceProfileResults> profileResults
-
skippedTestCases
List<OpenMetadataTestCaseSummary> skippedTestCases
-
tutName
String tutName
-
tutType
String tutType
-
versionNumber
String versionNumber
-
workbenchDocumentationURL
String workbenchDocumentationURL
-
workbenchId
String workbenchId
-
workbenchName
String workbenchName
-
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceWorkbenchSummary
class OpenMetadataConformanceWorkbenchSummary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCaseResult
class OpenMetadataTestCaseResult extends OpenMetadataTestCaseSummary implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conformanceException
ExceptionBean conformanceException
-
discoveredProperties
Map<String,
Object> discoveredProperties -
elapsedTime
Long elapsedTime
-
notSupportedAssertions
List<String> notSupportedAssertions
-
successfulAssertions
List<String> successfulAssertions
-
successMessage
String successMessage
-
unsuccessfulAssertions
List<String> unsuccessfulAssertions
-
-
Class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCaseSummary
class OpenMetadataTestCaseSummary extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.conformance.ffdc.exception
-
Exception org.odpi.openmetadata.conformance.ffdc.exception.AssertionFailureException
class AssertionFailureException extends ConformanceException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assertionId
String assertionId
-
-
Exception org.odpi.openmetadata.conformance.ffdc.exception.CaughtException
class CaughtException extends ConformanceException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
caughtException
Exception caughtException
-
-
Exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceException
class ConformanceException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteCheckedExceptionBase
class ConformanceSuiteCheckedExceptionBase extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
reportedCaughtException
Exception reportedCaughtException
-
reportedErrorMessage
String reportedErrorMessage
-
reportedHTTPCode
int reportedHTTPCode
-
reportedSystemAction
String reportedSystemAction
-
reportedUserAction
String reportedUserAction
-
reportingActionDescription
String reportingActionDescription
-
reportingClassName
String reportingClassName
-
-
Exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteRuntimeException
class ConformanceSuiteRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedProperties
Map<String,
Object> relatedProperties -
reportedCaughtException
Exception reportedCaughtException
-
reportedErrorMessage
String reportedErrorMessage
-
reportedHTTPCode
int reportedHTTPCode
-
reportedSystemAction
String reportedSystemAction
-
reportedUserAction
String reportedUserAction
-
reportingActionDescription
String reportingActionDescription
-
reportingClassName
String reportingClassName
-
-
Exception org.odpi.openmetadata.conformance.ffdc.exception.InvalidParameterException
class InvalidParameterException extends ConformanceSuiteCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parameterName
String parameterName
-
-
Exception org.odpi.openmetadata.conformance.ffdc.exception.PropertyServerException
class PropertyServerException extends ConformanceSuiteCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.conformance.ffdc.exception.UserNotAuthorizedException
class UserNotAuthorizedException extends ConformanceSuiteCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userId
String userId
-
-
-
Package org.odpi.openmetadata.conformance.rest
-
Class org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
class ConformanceServicesAPIResponse extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exceptionClassName
String exceptionClassName
-
exceptionErrorMessage
String exceptionErrorMessage
-
exceptionProperties
Map<String,
Object> exceptionProperties -
exceptionSystemAction
String exceptionSystemAction
-
exceptionUserAction
String exceptionUserAction
-
relatedHTTPCode
int relatedHTTPCode
-
successMessage
String successMessage
-
-
Class org.odpi.openmetadata.conformance.rest.ProfileNameListResponse
class ProfileNameListResponse extends ConformanceServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.conformance.rest.ProfileReportResponse
class ProfileReportResponse extends ConformanceServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
profileResult
OpenMetadataConformanceProfileResults profileResult
-
-
Class org.odpi.openmetadata.conformance.rest.TestCaseListReportResponse
class TestCaseListReportResponse extends ConformanceServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
testCaseResults
List<OpenMetadataTestCaseResult> testCaseResults
-
-
Class org.odpi.openmetadata.conformance.rest.TestCaseListResponse
class TestCaseListResponse extends ConformanceServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.conformance.rest.TestCaseReportResponse
class TestCaseReportResponse extends ConformanceServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
testCaseResult
OpenMetadataTestCaseResult testCaseResult
-
-
Class org.odpi.openmetadata.conformance.rest.TestLabReportResponse
class TestLabReportResponse extends ConformanceServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
testLabResults
OpenMetadataConformanceTestLabResults testLabResults
-
-
Class org.odpi.openmetadata.conformance.rest.TestLabSummaryResponse
class TestLabSummaryResponse extends ConformanceServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
testLabSummary
OpenMetadataConformanceTestLabSummary testLabSummary
-
-
Class org.odpi.openmetadata.conformance.rest.VoidResponse
class VoidResponse extends ConformanceServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.conformance.rest.WorkbenchReportResponse
class WorkbenchReportResponse extends ConformanceServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
workbenchResults
OpenMetadataConformanceWorkbenchResults workbenchResults
-
-
Class org.odpi.openmetadata.conformance.rest.WorkbenchStatusResponse
class WorkbenchStatusResponse extends ConformanceServicesAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
workbenchStatus
OpenMetadataConformanceWorkbenchStatus workbenchStatus
-
-
-
Package org.odpi.openmetadata.frameworks.auditlog
-
Class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecord
class AuditLogRecord extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDescription
String actionDescription
-
additionalInformation
List<String> additionalInformation
-
exceptionClassName
String exceptionClassName
-
exceptionMessage
String exceptionMessage
-
exceptionStackTrace
String exceptionStackTrace
-
guid
String guid
-
messageId
String messageId
-
messageParameters
String[] messageParameters
-
messageText
String messageText
-
originatorComponent
AuditLogReportingComponent originatorComponent
-
originatorProperties
Map<String,
String> originatorProperties -
severity
String severity
-
severityCode
int severityCode
-
systemAction
String systemAction
-
threadId
long threadId
-
threadName
String threadName
-
timeStamp
Date timeStamp
-
userAction
String userAction
-
-
Class org.odpi.openmetadata.frameworks.auditlog.AuditLogReport
class AuditLogReport extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
childAuditLogReports
List<AuditLogReport> childAuditLogReports
-
reportingComponent
AuditLogReportingComponent reportingComponent
-
severityCount
Map<Integer,
Integer> severityCount -
severityIdentification
Map<Integer,
List<String>> severityIdentification
-
-
Class org.odpi.openmetadata.frameworks.auditlog.AuditLogReportingComponent
class AuditLogReportingComponent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
componentDescription
String componentDescription
-
componentDevelopmentStatus
ComponentDevelopmentStatus componentDevelopmentStatus
-
componentId
int componentId
-
componentName
String componentName
-
componentWikiURL
String componentWikiURL
-
-
-
Package org.odpi.openmetadata.frameworks.connectors
-
Class org.odpi.openmetadata.frameworks.connectors.ConnectorBase.ProtectedConnection
class ProtectedConnection extends ConnectionProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.frameworks.connectors.ffdc
-
Exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
class ConnectionCheckedException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
class ConnectorCheckedException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
class InvalidParameterException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parameterName
String parameterName
-
-
Exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
class OCFCheckedExceptionBase extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedProperties
Map<String,
Object> relatedProperties -
reportedCaughtException
Throwable reportedCaughtException
-
reportedCaughtExceptionClassName
String reportedCaughtExceptionClassName
-
reportedErrorMessage
String reportedErrorMessage
-
reportedErrorMessageId
String reportedErrorMessageId
-
reportedErrorMessageParameters
String[] reportedErrorMessageParameters
-
reportedHTTPCode
int reportedHTTPCode
-
reportedSystemAction
String reportedSystemAction
-
reportedUserAction
String reportedUserAction
-
reportingActionDescription
String reportingActionDescription
-
reportingClassName
String reportingClassName
-
-
Exception org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException
class OCFRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedProperties
Map<String,
Object> relatedProperties -
reportedCaughtException
Throwable reportedCaughtException
-
reportedCaughtExceptionClassName
String reportedCaughtExceptionClassName
-
reportedErrorMessage
String reportedErrorMessage
-
reportedErrorMessageId
String reportedErrorMessageId
-
reportedErrorMessageParameters
String[] reportedErrorMessageParameters
-
reportedHTTPCode
int reportedHTTPCode
-
reportedSystemAction
String reportedSystemAction
-
reportedUserAction
String reportedUserAction
-
reportingActionDescription
String reportingActionDescription
-
reportingClassName
String reportingClassName
-
-
Exception org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
class PropertyServerException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
class UserNotAuthorizedException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userId
String userId
-
-
-
Package org.odpi.openmetadata.frameworks.connectors.properties
-
Class org.odpi.openmetadata.frameworks.connectors.properties.APIOperations
class APIOperations extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetDescriptor
class AssetDescriptor extends AssetPropertyElementBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetDetail
class AssetDetail extends AssetSummary implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certifications
Certifications certifications
-
connections
Connections connections
-
externalIdentifiers
ExternalIdentifiers externalIdentifiers
-
externalReferences
ExternalReferences externalReferences
-
licenses
Licenses licenses
-
noteLogs
NoteLogs noteLogs
-
relatedMediaReferences
RelatedMediaReferences relatedMediaReferences
-
schema
SchemaType schema
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
class AssetElementHeader extends AssetPropertyElementBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementBaseBean
ElementBase elementBaseBean
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementOrigin
class AssetElementOrigin extends AssetPropertyElementBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementBean
ElementOrigin elementBean
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
class AssetFeedback extends AssetPropertyElementBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
comments
Comments comments
-
informalTags
InformalTags informalTags
-
likes
Likes likes
-
ratings
Ratings ratings
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetLineage
class AssetLineage extends AssetPropertyElementBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyBase
class AssetPropertyBase extends AssetPropertyElementBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parentAsset
AssetDescriptor parentAsset
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
class AssetPropertyElementBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
class AssetReferenceable extends AssetElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
referenceableBean
Referenceable referenceableBean
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetSummary
class AssetSummary extends Asset implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.AssetUniverse
class AssetUniverse extends AssetDetail implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
feedback
AssetFeedback feedback
-
knownLocations
Locations knownLocations
-
lineage
AssetLineage lineage
-
meanings
List<Meaning> meanings
-
relatedAssets
RelatedAssets relatedAssets
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.Certifications
class Certifications extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.CommentConversation
class CommentConversation extends Comment implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commentReplies
CommentReplies commentReplies
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.CommentReplies
class CommentReplies extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.Comments
class Comments extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.ConnectedAssetProperties
class ConnectedAssetProperties extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetProperties
AssetUniverse assetProperties
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
class ConnectionProperties extends AssetReferenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionBean
Connection connectionBean
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.Connections
class Connections extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.ConnectorTypeProperties
class ConnectorTypeProperties extends AssetReferenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorTypeBean
ConnectorType connectorTypeBean
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPIOperation
class DeployedAPIOperation extends APIOperation implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
headerAttributes
SchemaAttributes headerAttributes
-
requestAttributes
SchemaAttributes requestAttributes
-
responseAttributes
SchemaAttributes responseAttributes
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.DeployedAPISchemaType
class DeployedAPISchemaType extends APISchemaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
apiOperations
APIOperations apiOperations
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.EmbeddedConnectionProperties
class EmbeddedConnectionProperties extends AssetPropertyElementBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
embeddedConnectionBean
EmbeddedConnection embeddedConnectionBean
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.EndpointProperties
class EndpointProperties extends AssetReferenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
endpointBean
Endpoint endpointBean
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.ExternalIdentifiers
class ExternalIdentifiers extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.ExternalReferences
class ExternalReferences extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.InformalTags
class InformalTags extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.Licenses
class Licenses extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.Likes
class Likes extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.Locations
class Locations extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.NestedSchemaType
class NestedSchemaType extends ComplexSchemaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaAttributes
SchemaAttributes schemaAttributes
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.NoteLog
class NoteLog extends NoteLogHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
notes
Notes notes
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.NoteLogs
class NoteLogs extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.Notes
class Notes extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.PagingIterator
class PagingIterator extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cachedElementList
List<ElementBase> cachedElementList
-
cachedElementPointer
int cachedElementPointer
-
cachedElementStart
int cachedElementStart
-
iterator
PropertyIteratorBase iterator
-
maxCacheSize
int maxCacheSize
-
totalElementCount
int totalElementCount
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.PropertyIteratorBase
class PropertyIteratorBase extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pagingIterator
PagingIterator pagingIterator
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.Ratings
class Ratings extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssetProperties
class RelatedAssetProperties extends RelatedAsset implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetProperties
AssetUniverse assetProperties
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.RelatedAssets
class RelatedAssets extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.RelatedMediaReferences
class RelatedMediaReferences extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.SchemaAttributes
class SchemaAttributes extends PropertyIteratorBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.VirtualConnectionProperties
class VirtualConnectionProperties extends ConnectionProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionBean
VirtualConnection connectionBean
-
-
-
Package org.odpi.openmetadata.frameworks.connectors.properties.beans
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.APIOperation
class APIOperation extends SchemaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
command
String command
-
headerSchemaType
SchemaType headerSchemaType
-
requestSchemaType
SchemaType requestSchemaType
-
responseSchemaType
SchemaType responseSchemaType
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.APISchemaType
class APISchemaType extends SchemaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
operationCount
int operationCount
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
class Asset extends GovernedReferenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
abbreviation
String abbreviation
-
connectionDescription
String connectionDescription
-
description
String description
-
displayDescription
String displayDescription
-
displayName
String displayName
-
displaySummary
String displaySummary
-
isReferenceData
boolean isReferenceData
-
name
String name
-
origin
Map<String,
String> origin -
owner
String owner
-
ownerPropertyName
String ownerPropertyName
-
ownerType
OwnerType ownerType
-
ownerTypeName
String ownerTypeName
-
resourceDescription
String resourceDescription
-
resourceName
String resourceName
-
usage
String usage
-
versionIdentifier
String versionIdentifier
-
zoneMembership
List<String> zoneMembership
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Certification
class Certification extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateGUID
String certificateGUID
-
certificationConditions
String certificationConditions
-
certificationTypeName
String certificationTypeName
-
createdBy
String createdBy
-
custodian
String custodian
-
endDate
Date endDate
-
examiner
String examiner
-
link
ExternalReference link
-
notes
String notes
-
recipient
String recipient
-
startDate
Date startDate
-
summary
String summary
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Comment
class Comment extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commentText
String commentText
-
commentType
CommentType commentType
-
isPublic
boolean isPublic
-
user
String user
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ComplexSchemaType
class ComplexSchemaType extends SchemaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeCount
int attributeCount
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidenceGovernanceClassification
class ConfidenceGovernanceClassification extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidentialityGovernanceClassification
class ConfidentialityGovernanceClassification extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
class Connection extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetSummary
String assetSummary
-
clearPassword
String clearPassword
-
configurationProperties
Map<String,
Object> configurationProperties -
connectorType
ConnectorType connectorType
-
description
String description
-
displayName
String displayName
-
encryptedPassword
String encryptedPassword
-
endpoint
Endpoint endpoint
-
securedProperties
Map<String,
String> securedProperties -
userId
String userId
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
class ConnectorType extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectorFrameworkName
String connectorFrameworkName
-
connectorInterfaceLanguage
String connectorInterfaceLanguage
-
connectorInterfaces
List<String> connectorInterfaces
-
connectorProviderClassName
String connectorProviderClassName
-
description
String description
-
displayName
String displayName
-
expectedDataFormat
String expectedDataFormat
-
recognizedAdditionalProperties
List<String> recognizedAdditionalProperties
-
recognizedConfigurationProperties
List<String> recognizedConfigurationProperties
-
recognizedSecuredProperties
List<String> recognizedSecuredProperties
-
supportedAssetTypeName
String supportedAssetTypeName
-
targetTechnologyInterfaces
List<String> targetTechnologyInterfaces
-
targetTechnologyName
String targetTechnologyName
-
targetTechnologySource
String targetTechnologySource
-
targetTechnologyVersions
List<String> targetTechnologyVersions
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.CriticalityGovernanceClassification
class CriticalityGovernanceClassification extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
criticalityLevel
CriticalityLevel criticalityLevel
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.DerivedSchemaTypeQueryTarget
class DerivedSchemaTypeQueryTarget extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
class ElementBase extends ElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassification
class ElementClassification extends ElementClassificationHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementClassificationHeader
class ElementClassificationHeader extends ElementControlHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationOrigin
ClassificationOrigin classificationOrigin
-
classificationOriginGUID
String classificationOriginGUID
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementControlHeader
class ElementControlHeader extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
origin
ElementOrigin origin
-
status
ElementStatus status
-
type
ElementType type
-
versions
ElementVersions versions
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
class ElementHeader extends ElementControlHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classifications
List<ElementClassification> classifications
-
guid
String guid
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
class ElementOrigin extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
homeMetadataCollectionId
String homeMetadataCollectionId
-
homeMetadataCollectionName
String homeMetadataCollectionName
-
license
String license
-
originCategory
ElementOriginCategory originCategory
-
sourceServer
String sourceServer
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub
class ElementStub extends ElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
uniqueName
String uniqueName
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
class ElementType extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementVersions
class ElementVersions extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
class EmbeddedConnection extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Map<String,
Object> arguments -
displayName
String displayName
-
embeddedConnection
Connection embeddedConnection
-
position
int position
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
class Endpoint extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.EnumSchemaType
class EnumSchemaType extends SimpleSchemaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValueSetGUID
String validValueSetGUID
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalIdentifier
class ExternalIdentifier extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
identifier
String identifier
-
keyPattern
KeyPattern keyPattern
-
scope
Referenceable scope
-
scopeDescription
String scopeDescription
-
source
String source
-
usage
String usage
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
class ExternalReference extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
class ExternalSchemaType extends SchemaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
linkedSchemaType
SchemaType linkedSchemaType
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
class GovernanceClassificationBase extends ElementClassificationHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
class GovernedReferenceable extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
meanings
List<Meaning> meanings
-
searchKeywords
List<SearchKeyword> searchKeywords
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.InformalTag
class InformalTag extends ElementBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChange
class LatestChange extends ElementClassificationHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDescription
String actionDescription
-
attachmentGUID
String attachmentGUID
-
attachmentTypeName
String attachmentTypeName
-
classificationName
String classificationName
-
latestChangeAction
LatestChangeAction latestChangeAction
-
latestChangeTarget
LatestChangeTarget latestChangeTarget
-
userId
String userId
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.License
class License extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
createdBy
String createdBy
-
custodian
String custodian
-
endDate
Date endDate
-
licenseConditions
String licenseConditions
-
licensee
String licensee
-
licenseGUID
String licenseGUID
-
licenseTypeName
String licenseTypeName
-
link
ExternalReference link
-
notes
String notes
-
startDate
Date startDate
-
summary
String summary
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Like
class Like extends ElementBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
user
String user
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.LiteralSchemaType
class LiteralSchemaType extends SchemaType implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Location
class Location extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
class MapSchemaType extends SchemaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mapFromElement
SchemaType mapFromElement
-
mapToElement
SchemaType mapToElement
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
class Meaning extends ElementBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Note
class Note extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.NoteLogHeader
class NoteLogHeader extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.PrimitiveSchemaType
class PrimitiveSchemaType extends SimpleSchemaType implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
class PropertyBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
headerVersion
long headerVersion
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Rating
class Rating extends ElementBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
review
String review
-
starRating
StarRating starRating
-
user
String user
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
class Referenceable extends ElementBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValue
class ReferenceValue extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignedItem
class ReferenceValueAssignedItem extends ReferenceValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assignedItem
Referenceable assignedItem
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ReferenceValueAssignment
class ReferenceValueAssignment extends ReferenceValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValue
ValidValue validValue
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedAsset
class RelatedAsset extends Asset implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.RelatedMediaReference
class RelatedMediaReference extends ExternalReference implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mediaType
RelatedMediaType mediaType
-
mediaUsageList
List<RelatedMediaUsage> mediaUsageList
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.RetentionGovernanceClassification
class RetentionGovernanceClassification extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
class SchemaAttribute extends SchemaElement implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aliases
List<String> aliases
-
allowsDuplicateValues
boolean allowsDuplicateValues
-
attributeRelationships
List<SchemaAttributeRelationship> attributeRelationships
-
attributeType
SchemaType attributeType
-
cardinality
String cardinality
-
defaultValueOverride
String defaultValueOverride
-
elementPosition
int elementPosition
-
isNullable
boolean isNullable
-
length
int length
-
maxCardinality
int maxCardinality
-
minCardinality
int minCardinality
-
minimumLength
int minimumLength
-
nativeJavaClass
String nativeJavaClass
-
orderedValues
boolean orderedValues
-
precision
int precision
-
sortOrder
DataItemSortOrder sortOrder
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeRelationship
class SchemaAttributeRelationship extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaElement
class SchemaElement extends GovernedReferenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaImplementationQuery
class SchemaImplementationQuery extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaType
class SchemaType extends SchemaElement implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaTypeChoice
class SchemaTypeChoice extends SchemaType implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaOptions
List<SchemaType> schemaOptions
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
class SearchKeyword extends ElementBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.SecurityTags
class SecurityTags extends ElementClassificationHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.SimpleSchemaType
class SimpleSchemaType extends SchemaType implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.SoftwareCapability
class SoftwareCapability extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.StructSchemaType
class StructSchemaType extends ComplexSchemaType implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValue
class ValidValue extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueDefinition
class ValidValueDefinition extends ValidValue implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
class ValidValueImplementation extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationAsset
class ValidValueImplementationAsset extends ValidValueImplementation implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
referenceDataAsset
Asset referenceDataAsset
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationDefinition
class ValidValueImplementationDefinition extends ValidValueImplementation implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValue
ValidValue validValue
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueMapping
class ValidValueMapping extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associationDescription
String associationDescription
-
confidence
int confidence
-
notes
String notes
-
steward
String steward
-
validValue
ValidValue validValue
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignment
class ValidValuesAssignment extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
strictRequirement
boolean strictRequirement
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentConsumer
class ValidValuesAssignmentConsumer extends ValidValuesAssignment implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
consumer
Referenceable consumer
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValuesAssignmentDefinition
class ValidValuesAssignmentDefinition extends ValidValuesAssignment implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValue
ValidValue validValue
-
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueSet
class ValidValueSet extends ValidValue implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.connectors.properties.beans.VirtualConnection
class VirtualConnection extends Connection implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
embeddedConnections
List<EmbeddedConnection> embeddedConnections
-
-
-
Package org.odpi.openmetadata.frameworks.discovery.ffdc
-
Exception org.odpi.openmetadata.frameworks.discovery.ffdc.DiscoveryEngineException
class DiscoveryEngineException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.frameworks.discovery.ffdc.DiscoveryServiceException
class DiscoveryServiceException extends ConnectorCheckedException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.frameworks.discovery.properties
-
Class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
class Annotation extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
analysisStep
String analysisStep
-
annotationStatus
AnnotationStatus annotationStatus
-
annotationType
String annotationType
-
confidenceLevel
int confidenceLevel
-
explanation
String explanation
-
expression
String expression
-
jsonProperties
String jsonProperties
-
numAttachedAnnotations
int numAttachedAnnotations
-
reviewComment
String reviewComment
-
reviewDate
Date reviewDate
-
steward
String steward
-
summary
String summary
-
-
Class org.odpi.openmetadata.frameworks.discovery.properties.ClassificationAnnotation
class ClassificationAnnotation extends DataFieldAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DataClassAnnotation
class DataClassAnnotation extends DataFieldAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DataField
class DataField extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
dataFieldAliases
List<String> dataFieldAliases
-
dataFieldAnnotations
int dataFieldAnnotations
-
dataFieldDescription
String dataFieldDescription
-
dataFieldName
String dataFieldName
-
dataFieldPosition
int dataFieldPosition
-
dataFieldSortOrder
DataItemSortOrder dataFieldSortOrder
-
dataFieldType
String dataFieldType
-
defaultValue
String defaultValue
-
nestedDataFields
int nestedDataFields
-
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DataFieldAnnotation
class DataFieldAnnotation extends Annotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileAnnotation
class DataProfileAnnotation extends DataFieldAnnotation implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
averageValue
String averageValue
-
inferredDataType
String inferredDataType
-
inferredFormat
String inferredFormat
-
inferredLength
int inferredLength
-
inferredPrecision
int inferredPrecision
-
inferredScale
int inferredScale
-
length
int length
-
profileCounts
Map<String,
Long> profileCounts -
profileFlags
Map<String,
Boolean> profileFlags -
profileProperties
Map<String,
String> profileProperties -
valueCount
Map<String,
Integer> valueCount -
valueList
List<String> valueList
-
valueRangeFrom
String valueRangeFrom
-
valueRangeTo
String valueRangeTo
-
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DataProfileLogAnnotation
class DataProfileLogAnnotation extends DataFieldAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DataSourceMeasurementAnnotation
class DataSourceMeasurementAnnotation extends Annotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DataSourcePhysicalStatusAnnotation
class DataSourcePhysicalStatusAnnotation extends DataSourceMeasurementAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryAnalysisReport
class DiscoveryAnalysisReport extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
analysisParameters
Map<String,
String> analysisParameters -
analysisStep
String analysisStep
-
assetGUID
String assetGUID
-
creationDate
Date creationDate
-
description
String description
-
discoveryEngineGUID
String discoveryEngineGUID
-
discoveryRequestStatus
DiscoveryRequestStatus discoveryRequestStatus
-
discoveryServiceGUID
String discoveryServiceGUID
-
displayName
String displayName
-
qualifiedName
String qualifiedName
-
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
class DiscoveryEngineProperties extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
class DiscoveryServiceProperties extends PropertyBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentAnnotation
class DivergentAttachmentAnnotation extends DivergentDuplicateAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentClassificationAnnotation
class DivergentAttachmentClassificationAnnotation extends DivergentAttachmentAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentRelationshipAnnotation
class DivergentAttachmentRelationshipAnnotation extends DivergentAttachmentAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DivergentAttachmentValueAnnotation
class DivergentAttachmentValueAnnotation extends DivergentAttachmentAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DivergentClassificationAnnotation
class DivergentClassificationAnnotation extends DivergentDuplicateAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DivergentDuplicateAnnotation
class DivergentDuplicateAnnotation extends Annotation implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
duplicateAnchorGUID
String duplicateAnchorGUID
-
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DivergentRelationshipAnnotation
class DivergentRelationshipAnnotation extends DivergentDuplicateAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.DivergentValueAnnotation
class DivergentValueAnnotation extends DivergentDuplicateAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
class PropertyBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
extendedProperties
Map<String,
Object> extendedProperties -
headerVersion
long headerVersion
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.frameworks.discovery.properties.QualityAnnotation
class QualityAnnotation extends DataFieldAnnotation implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
qualityDimension
String qualityDimension
-
qualityScore
int qualityScore
-
-
Class org.odpi.openmetadata.frameworks.discovery.properties.RegisteredDiscoveryService
class RegisteredDiscoveryService extends DiscoveryServiceProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.RelationshipAdviceAnnotation
class RelationshipAdviceAnnotation extends DataFieldAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.RequestForActionAnnotation
class RequestForActionAnnotation extends DataFieldAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.SchemaAnalysisAnnotation
class SchemaAnalysisAnnotation extends Annotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.SemanticAnnotation
class SemanticAnnotation extends DataFieldAnnotation implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.discovery.properties.SuspectDuplicateAnnotation
class SuspectDuplicateAnnotation extends Annotation implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
duplicateAnchorGUIDs
List<String> duplicateAnchorGUIDs
-
matchingAttachmentGUIDs
List<String> matchingAttachmentGUIDs
-
matchingClassificationNames
List<String> matchingClassificationNames
-
matchingPropertyNames
List<String> matchingPropertyNames
-
matchingRelationshipGUIDs
List<String> matchingRelationshipGUIDs
-
-
-
Package org.odpi.openmetadata.frameworks.governanceaction.events
-
Class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogClassificationEvent
class WatchdogClassificationEvent extends WatchdogMetadataElementEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
changedClassification
AttachedClassification changedClassification
-
previousClassification
AttachedClassification previousClassification
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogGovernanceEvent
class WatchdogGovernanceEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventType
WatchdogEventType eventType
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogMetadataElementEvent
class WatchdogMetadataElementEvent extends WatchdogGovernanceEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
metadataElement
OpenMetadataElement metadataElement
-
previousMetadataElement
OpenMetadataElement previousMetadataElement
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogRelatedElementsEvent
class WatchdogRelatedElementsEvent extends WatchdogGovernanceEvent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
previousRelatedMetadataElements
RelatedMetadataElements previousRelatedMetadataElements
-
relatedMetadataElements
RelatedMetadataElements relatedMetadataElements
-
-
-
Package org.odpi.openmetadata.frameworks.governanceaction.ffdc
-
Exception org.odpi.openmetadata.frameworks.governanceaction.ffdc.GAFRuntimeException
class GAFRuntimeException extends OCFRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.frameworks.governanceaction.ffdc.GovernanceActionEngineException
class GovernanceActionEngineException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.frameworks.governanceaction.ffdc.GovernanceServiceException
class GovernanceServiceException extends ConnectorCheckedException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.frameworks.governanceaction.properties
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.ActionTargetElement
class ActionTargetElement extends NewActionTarget implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
completionDate
Date completionDate
-
completionMessage
String completionMessage
-
startDate
Date startDate
-
status
GovernanceActionStatus status
-
targetElement
OpenMetadataElement targetElement
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.AttachedClassification
class AttachedClassification extends ElementClassificationHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
classificationProperties
ElementProperties classificationProperties
-
effectiveFromTime
Date effectiveFromTime
-
effectiveToTime
Date effectiveToTime
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.IncidentDependency
class IncidentDependency extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.IncidentImpactedElement
class IncidentImpactedElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
impactedElementGUID
String impactedElementGUID
-
impactSeverityLevel
int impactSeverityLevel
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.NewActionTarget
class NewActionTarget extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElement
class OpenMetadataElement extends ElementControlHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classifications
List<AttachedClassification> classifications
-
effectiveFromTime
Date effectiveFromTime
-
effectiveToTime
Date effectiveToTime
-
elementGUID
String elementGUID
-
elementProperties
ElementProperties elementProperties
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedMetadataElement
class RelatedMetadataElement extends ElementControlHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveFromTime
Date effectiveFromTime
-
effectiveToTime
Date effectiveToTime
-
elementProperties
OpenMetadataElement elementProperties
-
relationshipGUID
String relationshipGUID
-
relationshipProperties
ElementProperties relationshipProperties
-
relationshipType
ElementType relationshipType
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedMetadataElements
class RelatedMetadataElements extends ElementControlHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveFromTime
Date effectiveFromTime
-
effectiveToTime
Date effectiveToTime
-
elementGUIDAtEnd1
String elementGUIDAtEnd1
-
elementGUIDAtEnd2
String elementGUIDAtEnd2
-
relationshipGUID
String relationshipGUID
-
relationshipProperties
ElementProperties relationshipProperties
-
relationshipType
ElementType relationshipType
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.RequestSourceElement
class RequestSourceElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
originGovernanceEngine
String originGovernanceEngine
-
originGovernanceService
String originGovernanceService
-
requestSourceElement
OpenMetadataElement requestSourceElement
-
requestSourceName
String requestSourceName
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.TranslationDetail
class TranslationDetail extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.ValidMetadataValue
class ValidMetadataValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.odpi.openmetadata.frameworks.governanceaction.properties.ValidMetadataValueDetail
class ValidMetadataValueDetail extends ValidMetadataValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validMapNameValues
List<ValidMetadataValue> validMapNameValues
-
-
-
Package org.odpi.openmetadata.frameworks.governanceaction.search
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.ArrayTypePropertyValue
class ArrayTypePropertyValue extends PropertyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arrayCount
int arrayCount
-
arrayValues
ElementProperties arrayValues
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.ClassificationCondition
class ClassificationCondition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
searchProperties
SearchProperties searchProperties
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.ElementProperties
class ElementProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
propertyValueMap
Map<String,
PropertyValue> propertyValueMap
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.EnumTypePropertyValue
class EnumTypePropertyValue extends PropertyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
symbolicName
String symbolicName
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.MapTypePropertyValue
class MapTypePropertyValue extends PropertyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mapValues
ElementProperties mapValues
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.PrimitiveTypePropertyValue
class PrimitiveTypePropertyValue extends PropertyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
primitiveTypeCategory
PrimitiveTypeCategory primitiveTypeCategory
-
primitiveValue
Object primitiveValue
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.PropertyCondition
class PropertyCondition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
nestedConditions
SearchProperties nestedConditions
-
operator
PropertyComparisonOperator operator
-
property
String property
-
value
PropertyValue value
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.PropertyValue
class PropertyValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.SearchClassifications
class SearchClassifications extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conditions
List<ClassificationCondition> conditions
-
matchCriteria
MatchCriteria matchCriteria
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.SearchProperties
class SearchProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conditions
List<PropertyCondition> conditions
-
matchCriteria
MatchCriteria matchCriteria
-
-
Class org.odpi.openmetadata.frameworks.governanceaction.search.StructTypePropertyValue
class StructTypePropertyValue extends PropertyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
ElementProperties attributes
-
-
-
Package org.odpi.openmetadata.frameworks.integration.properties
-
Class org.odpi.openmetadata.frameworks.integration.properties.CatalogTarget
class CatalogTarget extends ElementStub implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
catalogTargetName
String catalogTargetName
-
-
Class org.odpi.openmetadata.frameworks.integration.properties.IntegrationReport
class IntegrationReport extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHeader
ElementHeader elementHeader
-
properties
IntegrationReportProperties properties
-
-
Class org.odpi.openmetadata.frameworks.integration.properties.IntegrationReportProperties
class IntegrationReportProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
connectorId
String connectorId
-
connectorName
String connectorName
-
createdElements
List<String> createdElements
-
deletedElements
List<String> deletedElements
-
refreshCompletionDate
Date refreshCompletionDate
-
refreshStartDate
Date refreshStartDate
-
serverName
String serverName
-
updatedElements
List<String> updatedElements
-
-
-
Package org.odpi.openmetadata.frameworkservices.gaf.rest
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.ActionTargetStatusRequestBody
class ActionTargetStatusRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTargetGUID
String actionTargetGUID
-
completionDate
Date completionDate
-
completionMessage
String completionMessage
-
startDate
Date startDate
-
status
GovernanceActionStatus status
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.CompletionStatusRequestBody
class CompletionStatusRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
completionMessage
String completionMessage
-
newActionTargets
List<NewActionTarget> newActionTargets
-
outputGuards
List<String> outputGuards
-
requestParameters
Map<String,
String> requestParameters -
status
CompletionStatus status
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.ConsolidatedDuplicatesRequestBody
class ConsolidatedDuplicatesRequestBody extends StewardshipRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.DeleteRequestBody
class DeleteRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
qualifiedName
String qualifiedName
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.ElementHeaderResponse
class ElementHeaderResponse extends OMAGGAFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ElementHeader element
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.ElementHeadersResponse
class ElementHeadersResponse extends OMAGGAFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ElementHeader> elementList
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.FindRequestBody
class FindRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
limitResultsByStatus
List<ElementStatus> limitResultsByStatus
-
matchClassifications
SearchClassifications matchClassifications
-
metadataElementSubtypeName
List<String> metadataElementSubtypeName
-
metadataElementTypeName
String metadataElementTypeName
-
searchProperties
SearchProperties searchProperties
-
sequencingOrder
SequencingOrder sequencingOrder
-
sequencingProperty
String sequencingProperty
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessRequestBody
class GovernanceActionProcessRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTargets
List<NewActionTarget> actionTargets
-
originatorEngineName
String originatorEngineName
-
originatorServiceName
String originatorServiceName
-
processQualifiedName
String processQualifiedName
-
requestParameters
Map<String,
String> requestParameters -
requestSourceGUIDs
List<String> requestSourceGUIDs
-
startTime
Date startTime
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionRequestBody
class GovernanceActionRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTargets
List<NewActionTarget> actionTargets
-
description
String description
-
displayName
String displayName
-
domainIdentifier
int domainIdentifier
-
originatorEngineName
String originatorEngineName
-
originatorServiceName
String originatorServiceName
-
processName
String processName
-
qualifiedName
String qualifiedName
-
receivedGuards
List<String> receivedGuards
-
requestParameters
Map<String,
String> requestParameters -
requestSourceGUIDs
List<String> requestSourceGUIDs
-
requestSourceName
String requestSourceName
-
requestType
String requestType
-
startTime
Date startTime
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.IncidentReportRequestBody
class IncidentReportRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalProperties
Map<String,
String> additionalProperties -
background
String background
-
domainIdentifier
int domainIdentifier
-
impactedResources
List<IncidentImpactedElement> impactedResources
-
incidentClassifiers
Map<String,
Integer> incidentClassifiers -
originatorGUID
String originatorGUID
-
previousIncidents
List<IncidentDependency> previousIncidents
-
qualifiedName
String qualifiedName
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.MetadataSourceRequestBody
class MetadataSourceRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.NewClassificationRequestBody
class NewClassificationRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveFrom
Date effectiveFrom
-
effectiveTo
Date effectiveTo
-
properties
ElementProperties properties
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.NewMetadataElementRequestBody
class NewMetadataElementRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveFrom
Date effectiveFrom
-
effectiveTime
Date effectiveTime
-
effectiveTo
Date effectiveTo
-
initialStatus
ElementStatus initialStatus
-
properties
ElementProperties properties
-
templateGUID
String templateGUID
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.NewRelatedElementsRequestBody
class NewRelatedElementsRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.OMAGGAFAPIResponse
class OMAGGAFAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.OpenMetadataElementResponse
class OpenMetadataElementResponse extends OMAGGAFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
OpenMetadataElement element
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.OpenMetadataElementsResponse
class OpenMetadataElementsResponse extends OMAGGAFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<OpenMetadataElement> elementList
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.PeerDuplicatesRequestBody
class PeerDuplicatesRequestBody extends StewardshipRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.RelatedMetadataElementListResponse
class RelatedMetadataElementListResponse extends OMAGGAFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedMetadataElement> elementList
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.RelatedMetadataElementsListResponse
class RelatedMetadataElementsListResponse extends OMAGGAFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<RelatedMetadataElements> elementList
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.RequestTypeRequestBody
class RequestTypeRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.StatusRequestBody
class StatusRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
status
GovernanceActionStatus status
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.StewardshipRequestBody
class StewardshipRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.ToDoRequestBody
class ToDoRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionTargets
List<NewActionTarget> actionTargets
-
additionalProperties
Map<String,
String> additionalProperties -
assignToQualifiedName
String assignToQualifiedName
-
category
String category
-
causeGUID
String causeGUID
-
dueDate
Date dueDate
-
instructions
String instructions
-
priority
int priority
-
qualifiedName
String qualifiedName
-
title
String title
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.TranslationDetailResponse
class TranslationDetailResponse extends OMAGGAFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
TranslationDetail element
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.TranslationListResponse
class TranslationListResponse extends OMAGGAFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<TranslationDetail> elementList
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.UpdateEffectivityDatesRequestBody
class UpdateEffectivityDatesRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.UpdatePropertiesRequestBody
class UpdatePropertiesRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
properties
ElementProperties properties
-
replaceProperties
boolean replaceProperties
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.UpdateRequestBody
class UpdateRequestBody extends MetadataSourceRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveTime
Date effectiveTime
-
forDuplicateProcessing
boolean forDuplicateProcessing
-
forLineage
boolean forLineage
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.UpdateStatusRequestBody
class UpdateStatusRequestBody extends UpdateRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
newStatus
ElementStatus newStatus
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.ValidMetadataValueListResponse
class ValidMetadataValueListResponse extends OMAGGAFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elementList
List<ValidMetadataValueDetail> elementList
-
-
Class org.odpi.openmetadata.frameworkservices.gaf.rest.ValidMetadataValueResponse
class ValidMetadataValueResponse extends OMAGGAFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
ValidMetadataValue element
-
-
-
Package org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedAPIOperations
class ConnectedAPIOperations extends APIOperations implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
maxCacheSize
int maxCacheSize
-
omasServerURL
String omasServerURL
-
restClient
OCFRESTClient restClient
-
restExceptionHandler
RESTExceptionHandler restExceptionHandler
-
schemaGUID
String schemaGUID
-
serverName
String serverName
-
serviceName
String serviceName
-
userId
String userId
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedAssetLineage
class ConnectedAssetLineage extends AssetLineage implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedAssetRatings
class ConnectedAssetRatings extends Ratings implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedAssetRelatedAssetProperties
class ConnectedAssetRelatedAssetProperties extends RelatedAssetProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetGUID
String assetGUID
-
omasServerURL
String omasServerURL
-
restClient
OCFRESTClient restClient
-
restExceptionHandler
RESTExceptionHandler restExceptionHandler
-
serverName
String serverName
-
serviceName
String serviceName
-
userId
String userId
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedAssetUniverse
class ConnectedAssetUniverse extends AssetUniverse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
MAX_CACHE_SIZE
int MAX_CACHE_SIZE
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedCommentReplies
class ConnectedCommentReplies extends CommentReplies implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedComments
class ConnectedComments extends Comments implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedConnections
class ConnectedConnections extends Connections implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedExternalIdentifiers
class ConnectedExternalIdentifiers extends ExternalIdentifiers implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedExternalReferences
class ConnectedExternalReferences extends ExternalReferences implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedFeedback
class ConnectedFeedback extends AssetFeedback implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedInformalTags
class ConnectedInformalTags extends InformalTags implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedLicenses
class ConnectedLicenses extends Licenses implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedLikes
class ConnectedLikes extends Likes implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedLocations
class ConnectedLocations extends Locations implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedNoteLogs
class ConnectedNoteLogs extends NoteLogs implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedNotes
class ConnectedNotes extends Notes implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedRelatedAssets
class ConnectedRelatedAssets extends RelatedAssets implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedRelatedMediaReferences
class ConnectedRelatedMediaReferences extends RelatedMediaReferences implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetGUID
String assetGUID
-
omasServerURL
String omasServerURL
-
restClient
OCFRESTClient restClient
-
restExceptionHandler
RESTExceptionHandler restExceptionHandler
-
serverName
String serverName
-
serviceName
String serviceName
-
userId
String userId
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedSchemaAttributes
class ConnectedSchemaAttributes extends SchemaAttributes implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
maxCacheSize
int maxCacheSize
-
omasServerURL
String omasServerURL
-
restClient
OCFRESTClient restClient
-
restExceptionHandler
RESTExceptionHandler restExceptionHandler
-
schemaGUID
String schemaGUID
-
serverName
String serverName
-
serviceName
String serviceName
-
userId
String userId
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.EgeriaConnectedAssetProperties
class EgeriaConnectedAssetProperties extends ConnectedAssetProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
assetGUID
String assetGUID
-
connection
ConnectionProperties connection
-
connectorInstanceId
String connectorInstanceId
-
localServerPassword
String localServerPassword
-
localServerUserId
String localServerUserId
-
omasServerURL
String omasServerURL
-
remoteServerName
String remoteServerName
-
serviceName
String serviceName
-
userId
String userId
-
-
-
Package org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.ffdc.exceptions
-
Exception org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.ffdc.exceptions.NoConnectedAssetException
class NoConnectedAssetException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionGUID
String connectionGUID
-
-
-
Package org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.properties
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.properties.GlossaryTerm
class GlossaryTerm extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.properties.LastAttachment
class LastAttachment extends ElementBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.APIOperationResponse
class APIOperationResponse extends OCFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
apiOperation
APIOperation apiOperation
-
headerAttributeCount
int headerAttributeCount
-
requestAttributeCount
int requestAttributeCount
-
responseAttributeCount
int responseAttributeCount
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.APIOperationsResponse
class APIOperationsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<APIOperationResponse> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.AssetResponse
class AssetResponse extends OCFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asset
Asset asset
-
certificationCount
int certificationCount
-
commentCount
int commentCount
-
connectionCount
int connectionCount
-
externalIdentifierCount
int externalIdentifierCount
-
externalReferencesCount
int externalReferencesCount
-
informalTagCount
int informalTagCount
-
keywordCount
int keywordCount
-
knownLocationsCount
int knownLocationsCount
-
lastAttachment
LastAttachment lastAttachment
-
licenseCount
int licenseCount
-
likeCount
int likeCount
-
noteLogsCount
int noteLogsCount
-
ratingsCount
int ratingsCount
-
relatedAssetCount
int relatedAssetCount
-
relatedMediaReferenceCount
int relatedMediaReferenceCount
-
schemaType
SchemaType schemaType
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.AssetsResponse
class AssetsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.CertificationsResponse
class CertificationsResponse extends OCFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<Certification> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.CommentRequestBody
class CommentRequestBody extends FeedbackRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commentText
String commentText
-
commentType
CommentType commentType
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.CommentResponse
class CommentResponse extends OCFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
Comment comment
-
replyCount
int replyCount
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.CommentsResponse
class CommentsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<CommentResponse> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.ConnectionRequestBody
class ConnectionRequestBody extends OCFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
shortDescription
String shortDescription
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.ConnectionResponse
class ConnectionResponse extends OCFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.ConnectionsResponse
class ConnectionsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<Connection> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.ExternalIdentifiersResponse
class ExternalIdentifiersResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<ExternalIdentifier> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.ExternalReferencesResponse
class ExternalReferencesResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<ExternalReference> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.FeedbackRequestBody
class FeedbackRequestBody extends OCFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isPublic
boolean isPublic
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.GlossaryTermListResponse
class GlossaryTermListResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
meanings
List<GlossaryTerm> meanings
-
startingFromElement
int startingFromElement
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.GlossaryTermResponse
class GlossaryTermResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
glossaryTerm
GlossaryTerm glossaryTerm
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.InformalTagsResponse
class InformalTagsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<InformalTag> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.LicensesResponse
class LicensesResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.LikesResponse
class LikesResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.LocationsResponse
class LocationsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.MeaningResponse
class MeaningResponse extends OCFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
meaning
Meaning meaning
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.MeaningsResponse
class MeaningsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.MoreInformationResponse
class MoreInformationResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
list
List<Referenceable> list
-
startingFromElement
int startingFromElement
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.NoteLogResponse
class NoteLogResponse extends OCFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
noteCount
int noteCount
-
noteLog
NoteLogHeader noteLog
-
notes
List<Note> notes
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.NoteLogsResponse
class NoteLogsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<NoteLogResponse> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.NotesResponse
class NotesResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.OCFOMASAPIRequestBody
class OCFOMASAPIRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.OCFOMASAPIResponse
class OCFOMASAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.OriginRequestBody
class OriginRequestBody extends OCFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.OwnerRequestBody
class OwnerRequestBody extends OCFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.PagedResponse
class PagedResponse extends OCFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
startingFromElement
int startingFromElement
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.RatingRequestBody
class RatingRequestBody extends FeedbackRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
review
String review
-
starRating
StarRating starRating
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.RatingsResponse
class RatingsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.ReferenceableRequestBody
class ReferenceableRequestBody extends OCFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.ReferenceablesResponse
class ReferenceablesResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
referenceables
List<Referenceable> referenceables
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.RelatedAssetsResponse
class RelatedAssetsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<RelatedAsset> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.RelatedMediaReferencesResponse
class RelatedMediaReferencesResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<RelatedMediaReference> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.SchemaAttributesResponse
class SchemaAttributesResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
responseObjects
List<SchemaAttribute> responseObjects
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.SchemaRequestBody
class SchemaRequestBody extends OCFOMASAPIRequestBody implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaAttributes
List<SchemaAttribute> schemaAttributes
-
schemaType
SchemaType schemaType
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.SchemaTypeResponse
class SchemaTypeResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
schemaType
SchemaType schemaType
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.TagRequestBody
class TagRequestBody extends FeedbackRequestBody implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.TagResponse
class TagResponse extends OCFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tag
InformalTag tag
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.TagsResponse
class TagsResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tags
List<InformalTag> tags
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.ValidValueResponse
class ValidValueResponse extends OCFOMASAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValue
ValidValue validValue
-
-
Class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.rest.ValidValuesResponse
class ValidValuesResponse extends PagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
validValues
List<ValidValue> validValues
-
-
-
Package org.odpi.openmetadata.frameworkservices.oif.rest
-
Class org.odpi.openmetadata.frameworkservices.oif.rest.CatalogTargetsResponse
class CatalogTargetsResponse extends OMAGOIFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<CatalogTarget> elements
-
-
Class org.odpi.openmetadata.frameworkservices.oif.rest.IntegrationReportResponse
class IntegrationReportResponse extends OMAGOIFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
element
IntegrationReport element
-
-
Class org.odpi.openmetadata.frameworkservices.oif.rest.IntegrationReportsResponse
class IntegrationReportsResponse extends OMAGOIFAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
List<IntegrationReport> elements
-
-
Class org.odpi.openmetadata.frameworkservices.oif.rest.MetadataSourceRequestBody
class MetadataSourceRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.frameworkservices.oif.rest.OMAGOIFAPIResponse
class OMAGOIFAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.fvt.utilities.exceptions
-
Exception org.odpi.openmetadata.fvt.utilities.exceptions.FVTTestFailureException
class FVTTestFailureException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
results
FVTResults results
-
-
Exception org.odpi.openmetadata.fvt.utilities.exceptions.FVTUnexpectedCondition
class FVTUnexpectedCondition extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.governanceservers.dataengineproxy.auditlog
-
Exception org.odpi.openmetadata.governanceservers.dataengineproxy.auditlog.DataEngineProxyException
class DataEngineProxyException extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.governanceservers.dataengineproxy.model
-
Class org.odpi.openmetadata.governanceservers.dataengineproxy.model.ProcessLoadResponse
class ProcessLoadResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.governanceservers.enginehostservices.properties
-
Class org.odpi.openmetadata.governanceservers.enginehostservices.properties.GovernanceEngineSummary
class GovernanceEngineSummary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
governanceEngineDescription
String governanceEngineDescription
-
governanceEngineGUID
String governanceEngineGUID
-
governanceEngineName
String governanceEngineName
-
governanceEngineService
String governanceEngineService
-
governanceEngineStatus
GovernanceEngineStatus governanceEngineStatus
-
governanceEngineTypeName
String governanceEngineTypeName
-
governanceRequestTypes
List<String> governanceRequestTypes
-
-
-
Package org.odpi.openmetadata.governanceservers.enginehostservices.rest
-
Class org.odpi.openmetadata.governanceservers.enginehostservices.rest.GovernanceEngineSummariesResponse
class GovernanceEngineSummariesResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
governanceEngineSummaries
List<GovernanceEngineSummary> governanceEngineSummaries
-
-
Class org.odpi.openmetadata.governanceservers.enginehostservices.rest.GovernanceEngineSummaryResponse
class GovernanceEngineSummaryResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
governanceEngineSummary
GovernanceEngineSummary governanceEngineSummary
-
-
-
Package org.odpi.openmetadata.governanceservers.integrationdaemonservices.handlers
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.handlers.IntegrationConnectorHandler
class IntegrationConnectorHandler extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
auditLog
AuditLog auditLog
-
connection
Connection connection
-
contextManager
IntegrationContextManager contextManager
-
failingExceptionMessage
String failingExceptionMessage
-
generateIntegrationReport
boolean generateIntegrationReport
-
genericConnector
Connector genericConnector
-
integrationConnector
IntegrationConnector integrationConnector
-
integrationConnectorDedicatedThread
IntegrationConnectorDedicatedThread integrationConnectorDedicatedThread
-
integrationConnectorGUID
String integrationConnectorGUID
-
integrationConnectorId
String integrationConnectorId
-
integrationConnectorName
String integrationConnectorName
-
integrationConnectorStatus
IntegrationConnectorStatus integrationConnectorStatus
-
integrationConnectorUserId
String integrationConnectorUserId
-
integrationContext
IntegrationContext integrationContext
-
integrationDaemonName
String integrationDaemonName
-
integrationServiceFullName
String integrationServiceFullName
-
lastRefreshTime
Date lastRefreshTime
-
lastStatusChange
Date lastStatusChange
-
metadataSourceQualifiedName
String metadataSourceQualifiedName
-
minMinutesBetweenRefresh
long minMinutesBetweenRefresh
-
needDedicatedThread
boolean needDedicatedThread
-
permittedSynchronization
PermittedSynchronization permittedSynchronization
-
startDate
Date startDate
-
stopDate
Date stopDate
-
-
-
Package org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationConnectorReport
class IntegrationConnectorReport extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
connectorId
String connectorId
-
connectorInstanceId
String connectorInstanceId
-
connectorName
String connectorName
-
connectorStatus
IntegrationConnectorStatus connectorStatus
-
failingExceptionMessage
String failingExceptionMessage
-
lastRefreshTime
Date lastRefreshTime
-
lastStatusChange
Date lastStatusChange
-
minMinutesBetweenRefresh
long minMinutesBetweenRefresh
-
statistics
Map<String,
Object> statistics
-
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationDaemonStatus
class IntegrationDaemonStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
integrationGroupSummaries
List<IntegrationGroupSummary> integrationGroupSummaries
-
integrationServiceSummaries
List<IntegrationServiceSummary> integrationServiceSummaries
-
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationGroupSummary
class IntegrationGroupSummary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
integrationConnectorReports
List<IntegrationConnectorReport> integrationConnectorReports
-
integrationGroupDescription
String integrationGroupDescription
-
integrationGroupGUID
String integrationGroupGUID
-
integrationGroupName
String integrationGroupName
-
integrationGroupStatus
IntegrationGroupStatus integrationGroupStatus
-
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationServiceSummary
class IntegrationServiceSummary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
integrationConnectorReports
List<IntegrationConnectorReport> integrationConnectorReports
-
integrationServiceDescription
String integrationServiceDescription
-
integrationServiceFullName
String integrationServiceFullName
-
integrationServiceId
int integrationServiceId
-
integrationServiceURLMarker
String integrationServiceURLMarker
-
integrationServiceWiki
String integrationServiceWiki
-
-
-
Package org.odpi.openmetadata.governanceservers.integrationdaemonservices.registration
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.registration.IntegrationServiceRegistration
class IntegrationServiceRegistration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultPermittedSynchronization
PermittedSynchronization defaultPermittedSynchronization
-
integrationServiceContextManagerClass
String integrationServiceContextManagerClass
-
integrationServiceDescription
String integrationServiceDescription
-
integrationServiceDevelopmentStatus
ComponentDevelopmentStatus integrationServiceDevelopmentStatus
-
integrationServiceFullName
String integrationServiceFullName
-
integrationServiceId
int integrationServiceId
-
integrationServiceName
String integrationServiceName
-
integrationServiceOperationalStatus
ServiceOperationalStatus integrationServiceOperationalStatus
-
integrationServicePartnerOMAS
String integrationServicePartnerOMAS
-
integrationServiceURLMarker
String integrationServiceURLMarker
-
integrationServiceWiki
String integrationServiceWiki
-
-
-
Package org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.ConnectorConfigPropertiesRequestBody
class ConnectorConfigPropertiesRequestBody extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationDaemonStatusResponse
class IntegrationDaemonStatusResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
integrationDaemonStatus
IntegrationDaemonStatus integrationDaemonStatus
-
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationGroupSummariesResponse
class IntegrationGroupSummariesResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
integrationGroupSummaries
List<IntegrationGroupSummary> integrationGroupSummaries
-
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationGroupSummaryResponse
class IntegrationGroupSummaryResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
integrationGroupSummary
IntegrationGroupSummary integrationGroupSummary
-
-
Class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationServiceSummaryResponse
class IntegrationServiceSummaryResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
integrationServiceSummaries
List<IntegrationServiceSummary> integrationServiceSummaries
-
-
-
Package org.odpi.openmetadata.governanceservers.openlineage.ffdc
-
Exception org.odpi.openmetadata.governanceservers.openlineage.ffdc.OpenLineageException
class OpenLineageException extends OCFCheckedExceptionBase implements Serializable
-
-
Package org.odpi.openmetadata.governanceservers.openlineage.model
-
Class org.odpi.openmetadata.governanceservers.openlineage.model.LineageEdge
class LineageEdge extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.governanceservers.openlineage.model.LineageVertex
class LineageVertex extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.governanceservers.openlineage.model.LineageVerticesAndEdges
class LineageVerticesAndEdges extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lineageEdges
Set<LineageEdge> lineageEdges
-
lineageVertices
Set<LineageVertex> lineageVertices
-
-
-
Package org.odpi.openmetadata.governanceservers.openlineage.requests
-
Class org.odpi.openmetadata.governanceservers.openlineage.requests.ElementHierarchyRequest
class ElementHierarchyRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
guid
String guid
-
hierarchyType
HierarchyType hierarchyType
-
-
Class org.odpi.openmetadata.governanceservers.openlineage.requests.LineageSearchRequest
class LineageSearchRequest extends Object implements Serializable
-
-
Package org.odpi.openmetadata.governanceservers.openlineage.responses
-
Class org.odpi.openmetadata.governanceservers.openlineage.responses.LineageNodeNamesResponse
class LineageNodeNamesResponse extends FFDCResponseBase implements Serializable -
Class org.odpi.openmetadata.governanceservers.openlineage.responses.LineageResponse
class LineageResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lineageVerticesAndEdges
LineageVerticesAndEdges lineageVerticesAndEdges
-
-
Class org.odpi.openmetadata.governanceservers.openlineage.responses.LineageSearchResponse
class LineageSearchResponse extends FFDCResponseBase implements Serializable-
Serialized Fields
-
vertices
List<LineageVertex> vertices
-
-
-
Class org.odpi.openmetadata.governanceservers.openlineage.responses.LineageTypesResponse
class LineageTypesResponse extends FFDCResponseBase implements Serializable -
Class org.odpi.openmetadata.governanceservers.openlineage.responses.LineageVertexResponse
class LineageVertexResponse extends FFDCResponseBase implements Serializable-
Serialized Fields
-
lineageVertex
LineageVertex lineageVertex
-
-
-
-
Package org.odpi.openmetadata.metadatasecurity.properties
-
Class org.odpi.openmetadata.metadatasecurity.properties.Asset
class Asset extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.metadatasecurity.properties.AssetAuditHeader
class AssetAuditHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.metadatasecurity.properties.ConfidenceGovernanceClassification
class ConfidenceGovernanceClassification extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
confidenceLevel
int confidenceLevel
-
-
Class org.odpi.openmetadata.metadatasecurity.properties.ConfidentialityGovernanceClassification
class ConfidentialityGovernanceClassification extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
confidentialityLevel
int confidentialityLevel
-
-
Class org.odpi.openmetadata.metadatasecurity.properties.Connection
class Connection extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clearPassword
String clearPassword
-
configurationProperties
Map<String,
Object> configurationProperties -
description
String description
-
displayName
String displayName
-
encryptedPassword
String encryptedPassword
-
networkAddress
String networkAddress
-
securedProperties
Map<String,
Object> securedProperties -
userId
String userId
-
-
Class org.odpi.openmetadata.metadatasecurity.properties.CriticalityGovernanceClassification
class CriticalityGovernanceClassification extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
criticalityLevel
int criticalityLevel
-
-
Class org.odpi.openmetadata.metadatasecurity.properties.Glossary
class Glossary extends Referenceable implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.metadatasecurity.properties.GovernanceClassificationBase
class GovernanceClassificationBase extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.metadatasecurity.properties.ImpactGovernanceClassification
class ImpactGovernanceClassification extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
impactSeverityLevel
int impactSeverityLevel
-
-
Class org.odpi.openmetadata.metadatasecurity.properties.Referenceable
class Referenceable extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessGroups
Map<String,
List<String>> accessGroups -
additionalProperties
Map<String,
String> additionalProperties -
confidence
ConfidenceGovernanceClassification confidence
-
confidentiality
ConfidentialityGovernanceClassification confidentiality
-
criticality
CriticalityGovernanceClassification criticality
-
extendedProperties
Map<String,
Object> extendedProperties -
guid
String guid
-
impact
ImpactGovernanceClassification impact
-
owner
String owner
-
ownerPropertyName
String ownerPropertyName
-
ownerType
int ownerType
-
ownerTypeName
String ownerTypeName
-
qualifiedName
String qualifiedName
-
retention
RetentionGovernanceClassification retention
-
securityLabels
List<String> securityLabels
-
securityProperties
Map<String,
Object> securityProperties -
status
ReferenceableStatus status
-
typeGUID
String typeGUID
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.metadatasecurity.properties.RetentionGovernanceClassification
class RetentionGovernanceClassification extends GovernanceClassificationBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.model.ffdc
-
Exception org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.model.ffdc.GremlinException
class GremlinException extends Exception implements Serializable -
Exception org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.model.ffdc.JanusConnectorException
class JanusConnectorException extends RuntimeException implements Serializable
-
-
Package org.odpi.openmetadata.platformservices.properties
-
Class org.odpi.openmetadata.platformservices.properties.OMAGServerInstanceHistory
class OMAGServerInstanceHistory extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.platformservices.properties.ServerStatus
class ServerStatus extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isActive
boolean isActive
-
serverEndTime
Date serverEndTime
-
serverHistory
List<OMAGServerInstanceHistory> serverHistory
-
serverName
String serverName
-
serverStartTime
Date serverStartTime
-
-
-
Package org.odpi.openmetadata.platformservices.rest
-
Class org.odpi.openmetadata.platformservices.rest.ServerListResponse
class ServerListResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.platformservices.rest.ServerServicesListResponse
class ServerServicesListResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.platformservices.rest.ServerStatusResponse
class ServerStatusResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.repositoryservices.auditlog
-
Class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogDestinationsReport
class OMRSAuditLogDestinationsReport extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
logStoreReports
List<OMRSAuditLogStoreReport> logStoreReports
-
-
Class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogReport
class OMRSAuditLogReport extends AuditLogReport implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
destinationsReport
OMRSAuditLogDestinationsReport destinationsReport
-
originatorProperties
Map<String,
String> originatorProperties
-
-
Class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogReportSeverity
class OMRSAuditLogReportSeverity extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogStoreReport
class OMRSAuditLogStoreReport extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchive
class OpenMetadataArchive extends OpenMetadataArchiveElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
archiveInstanceStore
OpenMetadataArchiveInstanceStore archiveInstanceStore
-
archiveProperties
OpenMetadataArchiveProperties archiveProperties
-
archiveTypeStore
OpenMetadataArchiveTypeStore archiveTypeStore
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveElementHeader
class OpenMetadataArchiveElementHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveInstanceStore
class OpenMetadataArchiveInstanceStore extends OpenMetadataArchiveElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classifications
List<ClassificationEntityExtension> classifications
-
entities
List<EntityDetail> entities
-
relationships
List<Relationship> relationships
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveProperties
class OpenMetadataArchiveProperties extends OpenMetadataArchiveElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
archiveDescription
String archiveDescription
-
archiveGUID
String archiveGUID
-
archiveName
String archiveName
-
archiveType
OpenMetadataArchiveType archiveType
-
archiveVersion
String archiveVersion
-
creationDate
Date creationDate
-
dependsOnArchives
List<String> dependsOnArchives
-
originatorLicense
String originatorLicense
-
originatorName
String originatorName
-
originatorOrganization
String originatorOrganization
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveTypeStore
class OpenMetadataArchiveTypeStore extends OpenMetadataArchiveElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeTypeDefs
List<AttributeTypeDef> attributeTypeDefs
-
newTypeDefs
List<TypeDef> newTypeDefs
-
typeDefPatches
List<TypeDefPatch> typeDefPatches
-
-
-
Package org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore.OMRSAuditLogRecord
class OMRSAuditLogRecord extends AuditLogRecord implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
originator
OMRSAuditLogRecordOriginator originator
-
reportingComponent
OMRSAuditLogReportingComponent reportingComponent
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore.OMRSAuditLogRecordOriginator
class OMRSAuditLogRecordOriginator extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore.OMRSAuditLogReportingComponent
class OMRSAuditLogReportingComponent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
componentDescription
String componentDescription
-
componentDevelopmentStatus
ComponentDevelopmentStatus componentDevelopmentStatus
-
componentId
int componentId
-
componentName
String componentName
-
componentWikiURL
String componentWikiURL
-
-
-
Package org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties.CohortMembership
class CohortMembership extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
localRegistration
MemberRegistration localRegistration
-
remoteRegistrations
List<MemberRegistration> remoteRegistrations
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties.MemberRegistration
class MemberRegistration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
-
Package org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.RepositoryElementHeader
class RepositoryElementHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
headerVersion
long headerVersion
-
-
-
Package org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ArrayPropertyValue
class ArrayPropertyValue extends InstancePropertyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arrayCount
int arrayCount
-
arrayValues
InstanceProperties arrayValues
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification
class Classification extends InstanceAuditHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationName
String classificationName
-
classificationOrigin
ClassificationOrigin classificationOrigin
-
classificationOriginGUID
String classificationOriginGUID
-
classificationProperties
InstanceProperties classificationProperties
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ClassificationEntityExtension
class ClassificationEntityExtension extends InstanceElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classification
Classification classification
-
entityToClassify
EntityProxy entityToClassify
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail
class EntityDetail extends EntitySummary implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityProperties
InstanceProperties entityProperties
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxy
class EntityProxy extends EntitySummary implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
uniqueProperties
InstanceProperties uniqueProperties
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntitySummary
class EntitySummary extends InstanceHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classifications
List<Classification> classifications
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EnumPropertyValue
class EnumPropertyValue extends InstancePropertyValue implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceAuditHeader
class InstanceAuditHeader extends InstanceElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
createdBy
String createdBy
-
createTime
Date createTime
-
currentStatus
InstanceStatus currentStatus
-
instanceLicense
String instanceLicense
-
instanceProvenanceType
InstanceProvenanceType instanceProvenanceType
-
maintainedBy
List<String> maintainedBy
-
mappingProperties
Map<String,
Serializable> mappingProperties -
metadataCollectionId
String metadataCollectionId
-
metadataCollectionName
String metadataCollectionName
-
replicatedBy
String replicatedBy
-
statusOnDelete
InstanceStatus statusOnDelete
-
type
InstanceType type
-
updatedBy
String updatedBy
-
updateTime
Date updateTime
-
version
long version
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceElementHeader
class InstanceElementHeader extends RepositoryElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceGraph
class InstanceGraph extends InstanceElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entities
List<EntityDetail> entities
-
relationships
List<Relationship> relationships
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceHeader
class InstanceHeader extends InstanceAuditHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProperties
class InstanceProperties extends InstanceElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
effectiveFromTime
Date effectiveFromTime
-
effectiveToTime
Date effectiveToTime
-
instanceProperties
Map<String,
InstancePropertyValue> instanceProperties
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertyValue
class InstancePropertyValue extends InstanceElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
instancePropertyCategory
InstancePropertyCategory instancePropertyCategory
-
typeGUID
String typeGUID
-
typeName
String typeName
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceType
class InstanceType extends InstanceElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
typeDefCategory
TypeDefCategory typeDefCategory
-
typeDefGUID
String typeDefGUID
-
typeDefName
String typeDefName
-
typeDefVersion
long typeDefVersion
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.MapPropertyValue
class MapPropertyValue extends InstancePropertyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mapValues
InstanceProperties mapValues
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.PrimitivePropertyValue
class PrimitivePropertyValue extends InstancePropertyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
primitiveDefCategory
PrimitiveDefCategory primitiveDefCategory
-
primitiveValue
Object primitiveValue
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship
class Relationship extends InstanceHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityOneProxy
EntityProxy entityOneProxy
-
entityTwoProxy
EntityProxy entityTwoProxy
-
relationshipProperties
InstanceProperties relationshipProperties
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.StructPropertyValue
class StructPropertyValue extends InstancePropertyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
InstanceProperties attributes
-
-
-
Package org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.ClassificationCondition
class ClassificationCondition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
matchProperties
SearchProperties matchProperties
-
name
String name
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyCondition
class PropertyCondition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
nestedConditions
SearchProperties nestedConditions
-
operator
PropertyComparisonOperator operator
-
property
String property
-
value
InstancePropertyValue value
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.SearchClassifications
class SearchClassifications extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conditions
List<ClassificationCondition> conditions
-
matchCriteria
MatchCriteria matchCriteria
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.SearchProperties
class SearchProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
conditions
List<PropertyCondition> conditions
-
matchCriteria
MatchCriteria matchCriteria
-
-
-
Package org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
class AttributeTypeDef extends TypeDefElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ClassificationDef
class ClassificationDef extends TypeDef implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
propagatable
boolean propagatable
-
validEntityDefs
List<TypeDefLink> validEntityDefs
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.CollectionDef
class CollectionDef extends AttributeTypeDef implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
argumentCount
int argumentCount
-
argumentTypes
List<PrimitiveDefCategory> argumentTypes
-
collectionDefCategory
CollectionDefCategory collectionDefCategory
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EntityDef
class EntityDef extends TypeDef implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumDef
class EnumDef extends AttributeTypeDef implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultValue
EnumElementDef defaultValue
-
elementDefs
List<EnumElementDef> elementDefs
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumElementDef
class EnumElementDef extends TypeDefElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ExternalStandardMapping
class ExternalStandardMapping extends TypeDefElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.PrimitiveDef
class PrimitiveDef extends AttributeTypeDef implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
primitiveDefCategory
PrimitiveDefCategory primitiveDefCategory
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.RelationshipDef
class RelationshipDef extends TypeDef implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
endDef1
RelationshipEndDef endDef1
-
endDef2
RelationshipEndDef endDef2
-
multiLink
boolean multiLink
-
propagationRule
ClassificationPropagationRule propagationRule
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.RelationshipEndDef
class RelationshipEndDef extends TypeDefElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeCardinality
RelationshipEndCardinality attributeCardinality
-
attributeDescription
String attributeDescription
-
attributeDescriptionGUID
String attributeDescriptionGUID
-
attributeName
String attributeName
-
entityType
TypeDefLink entityType
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDef
class TypeDef extends TypeDefSummary implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
createdBy
String createdBy
-
createTime
Date createTime
-
description
String description
-
descriptionGUID
String descriptionGUID
-
externalStandardMappings
List<ExternalStandardMapping> externalStandardMappings
-
initialStatus
InstanceStatus initialStatus
-
options
Map<String,
String> options -
origin
String origin
-
propertiesDefinition
List<TypeDefAttribute> propertiesDefinition
-
superType
TypeDefLink superType
-
updatedBy
String updatedBy
-
updateTime
Date updateTime
-
validInstanceStatusList
List<InstanceStatus> validInstanceStatusList
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute
class TypeDefAttribute extends TypeDefElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeDescription
String attributeDescription
-
attributeDescriptionGUID
String attributeDescriptionGUID
-
attributeName
String attributeName
-
attributeStatus
TypeDefAttributeStatus attributeStatus
-
attributeType
AttributeTypeDef attributeType
-
cardinality
AttributeCardinality cardinality
-
defaultValue
String defaultValue
-
externalStandardMappings
List<ExternalStandardMapping> externalStandardMappings
-
isIndexable
boolean isIndexable
-
isUnique
boolean isUnique
-
replacedByAttribute
String replacedByAttribute
-
valuesMaxCount
int valuesMaxCount
-
valuesMinCount
int valuesMinCount
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefElementHeader
class TypeDefElementHeader extends RepositoryElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefGallery
class TypeDefGallery extends TypeDefElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeTypeDefs
List<AttributeTypeDef> attributeTypeDefs
-
typeDefs
List<TypeDef> typeDefs
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefLink
class TypeDefLink extends TypeDefElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
guid
String guid
-
name
String name
-
replacedByTypeGUID
String replacedByTypeGUID
-
replacedByTypeName
String replacedByTypeName
-
status
TypeDefStatus status
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefPatch
class TypeDefPatch extends TypeDefElementHeader implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
applyToVersion
long applyToVersion
-
description
String description
-
descriptionGUID
String descriptionGUID
-
endDef1
RelationshipEndDef endDef1
-
endDef2
RelationshipEndDef endDef2
-
externalStandardMappings
List<ExternalStandardMapping> externalStandardMappings
-
initialStatus
InstanceStatus initialStatus
-
multiLink
boolean multiLink
-
newVersionName
String newVersionName
-
propertyDefinitions
List<TypeDefAttribute> propertyDefinitions
-
superType
TypeDefLink superType
-
typeDefGUID
String typeDefGUID
-
typeDefName
String typeDefName
-
typeDefOptions
Map<String,
String> typeDefOptions -
typeDefStatus
TypeDefStatus typeDefStatus
-
updatedBy
String updatedBy
-
updateMultiLink
boolean updateMultiLink
-
updateTime
Date updateTime
-
updateToVersion
long updateToVersion
-
validEntityDefs
List<TypeDefLink> validEntityDefs
-
validInstanceStatusList
List<InstanceStatus> validInstanceStatusList
-
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefProperties
class TypeDefProperties extends TypeDefElementHeader implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefSummary
class TypeDefSummary extends TypeDefLink implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
TypeDefCategory category
-
version
long version
-
versionName
String versionName
-
-
-
Package org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector
-
Class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.EnterpriseOMRSConnection
class EnterpriseOMRSConnection extends ConnectionProperties implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.EnterpriseOMRSConnectorProperties
class EnterpriseOMRSConnectorProperties extends ConnectedAssetProperties implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.repositoryservices.events
-
Class org.odpi.openmetadata.repositoryservices.events.OMRSEventOriginator
class OMRSEventOriginator extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.repositoryservices.events.beans
-
Class org.odpi.openmetadata.repositoryservices.events.beans.OMRSEventBean
class OMRSEventBean extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
protocolVersionId
String protocolVersionId
-
-
-
Package org.odpi.openmetadata.repositoryservices.events.beans.v1
-
Class org.odpi.openmetadata.repositoryservices.events.beans.v1.OMRSEventV1
class OMRSEventV1 extends OMRSEventBean implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorSection
OMRSEventV1ErrorSection errorSection
-
eventCategory
OMRSEventCategory eventCategory
-
instanceEventSection
OMRSEventV1InstanceSection instanceEventSection
-
originator
OMRSEventOriginator originator
-
registryEventSection
OMRSEventV1RegistrySection registryEventSection
-
timestamp
Date timestamp
-
typeDefEventSection
OMRSEventV1TypeDefSection typeDefEventSection
-
-
Class org.odpi.openmetadata.repositoryservices.events.beans.v1.OMRSEventV1ErrorSection
class OMRSEventV1ErrorSection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
OMRSEventErrorCode errorCode
-
errorMessage
String errorMessage
-
otherAttributeTypeDef
AttributeTypeDef otherAttributeTypeDef
-
otherInstanceGUID
String otherInstanceGUID
-
otherMetadataCollectionId
String otherMetadataCollectionId
-
otherOrigin
InstanceProvenanceType otherOrigin
-
otherTypeDef
TypeDef otherTypeDef
-
otherTypeDefSummary
TypeDefSummary otherTypeDefSummary
-
targetAttributeTypeDef
AttributeTypeDef targetAttributeTypeDef
-
targetInstanceGUID
String targetInstanceGUID
-
targetMetadataCollectionId
String targetMetadataCollectionId
-
targetRemoteConnection
Connection targetRemoteConnection
-
targetTypeDefSummary
TypeDefSummary targetTypeDefSummary
-
-
Class org.odpi.openmetadata.repositoryservices.events.beans.v1.OMRSEventV1InstanceSection
class OMRSEventV1InstanceSection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classification
Classification classification
-
entity
EntityDetail entity
-
entityProxy
EntityProxy entityProxy
-
eventType
OMRSInstanceEventType eventType
-
homeMetadataCollectionId
String homeMetadataCollectionId
-
instanceBatch
InstanceGraph instanceBatch
-
instanceGUID
String instanceGUID
-
originalClassification
Classification originalClassification
-
originalEntity
EntityDetail originalEntity
-
originalHomeMetadataCollectionId
String originalHomeMetadataCollectionId
-
originalInstanceGUID
String originalInstanceGUID
-
originalRelationship
Relationship originalRelationship
-
originalTypeDefSummary
TypeDefSummary originalTypeDefSummary
-
relationship
Relationship relationship
-
typeDefGUID
String typeDefGUID
-
typeDefName
String typeDefName
-
-
Class org.odpi.openmetadata.repositoryservices.events.beans.v1.OMRSEventV1RegistrySection
class OMRSEventV1RegistrySection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
metadataCollectionName
String metadataCollectionName
-
registrationTimestamp
Date registrationTimestamp
-
registryEventType
OMRSRegistryEventType registryEventType
-
remoteConnection
Connection remoteConnection
-
-
Class org.odpi.openmetadata.repositoryservices.events.beans.v1.OMRSEventV1TypeDefSection
class OMRSEventV1TypeDefSection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeTypeDef
AttributeTypeDef attributeTypeDef
-
originalAttributeTypeDef
AttributeTypeDef originalAttributeTypeDef
-
originalTypeDefSummary
TypeDefSummary originalTypeDefSummary
-
typeDef
TypeDef typeDef
-
typeDefEventType
OMRSTypeDefEventType typeDefEventType
-
typeDefGUID
String typeDefGUID
-
typeDefName
String typeDefName
-
typeDefPatch
TypeDefPatch typeDefPatch
-
-
-
Package org.odpi.openmetadata.repositoryservices.ffdc.exception
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.ClassificationErrorException
class ClassificationErrorException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityConflictException
class EntityConflictException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotDeletedException
class EntityNotDeletedException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotKnownException
class EntityNotKnownException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityProxyOnlyException
class EntityProxyOnlyException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.FunctionNotSupportedException
class FunctionNotSupportedException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.HomeEntityException
class HomeEntityException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.HomeRelationshipException
class HomeRelationshipException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.InvalidEntityException
class InvalidEntityException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.InvalidParameterException
class InvalidParameterException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parameterName
String parameterName
-
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.InvalidRelationshipException
class InvalidRelationshipException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.InvalidTypeDefException
class InvalidTypeDefException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.OMRSCheckedExceptionBase
class OMRSCheckedExceptionBase extends OCFCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.OMRSConfigErrorException
class OMRSConfigErrorException extends OMRSRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.OMRSConnectorErrorException
class OMRSConnectorErrorException extends OMRSRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.OMRSLogicErrorException
class OMRSLogicErrorException extends OMRSRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.OMRSRuntimeException
class OMRSRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedProperties
Map<String,
Object> relatedProperties -
reportedCaughtException
Throwable reportedCaughtException
-
reportedCaughtExceptionClassName
String reportedCaughtExceptionClassName
-
reportedErrorMessage
String reportedErrorMessage
-
reportedErrorMessageId
String reportedErrorMessageId
-
reportedErrorMessageParameters
String[] reportedErrorMessageParameters
-
reportedHTTPCode
int reportedHTTPCode
-
reportedSystemAction
String reportedSystemAction
-
reportedUserAction
String reportedUserAction
-
reportingActionDescription
String reportingActionDescription
-
reportingClassName
String reportingClassName
-
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.PagingErrorException
class PagingErrorException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.PatchErrorException
class PatchErrorException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.PropertyErrorException
class PropertyErrorException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.RelationshipConflictException
class RelationshipConflictException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.RelationshipNotDeletedException
class RelationshipNotDeletedException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.RelationshipNotKnownException
class RelationshipNotKnownException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryErrorException
class RepositoryErrorException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.RepositoryTimeoutException
class RepositoryTimeoutException extends RepositoryErrorException implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.StatusNotSupportedException
class StatusNotSupportedException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.TypeDefConflictException
class TypeDefConflictException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.TypeDefInUseException
class TypeDefInUseException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.TypeDefKnownException
class TypeDefKnownException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.TypeDefNotKnownException
class TypeDefNotKnownException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.TypeDefNotSupportedException
class TypeDefNotSupportedException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.TypeErrorException
class TypeErrorException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Exception org.odpi.openmetadata.repositoryservices.ffdc.exception.UserNotAuthorizedException
class UserNotAuthorizedException extends OMRSCheckedExceptionBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
userId
String userId
-
-
-
Package org.odpi.openmetadata.repositoryservices.properties
-
Class org.odpi.openmetadata.repositoryservices.properties.CohortDescription
class CohortDescription extends org.odpi.openmetadata.repositoryservices.properties.OMRSProperty implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cohortName
String cohortName
-
connectionStatus
CohortConnectionStatus connectionStatus
-
instancesTopicConnection
Connection instancesTopicConnection
-
registrationTopicConnection
Connection registrationTopicConnection
-
singleTopicConnection
Connection singleTopicConnection
-
topicConnection
Connection topicConnection
-
typesTopicConnection
Connection typesTopicConnection
-
-
-
Package org.odpi.openmetadata.repositoryservices.rest.properties
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefCategoryFindRequest
class AttributeTypeDefCategoryFindRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
AttributeTypeDefCategory category
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefListResponse
class AttributeTypeDefListResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeTypeDefs
List<AttributeTypeDef> attributeTypeDefs
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefResponse
class AttributeTypeDefResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeTypeDef
AttributeTypeDef attributeTypeDef
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.AuditLogReportResponse
class AuditLogReportResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
report
OMRSAuditLogReport report
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.AuditLogSeveritiesResponse
class AuditLogSeveritiesResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
severities
List<OMRSAuditLogReportSeverity> severities
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.BooleanResponse
class BooleanResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
flag
boolean flag
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationListResponse
class ClassificationListResponse extends OMRSAPIPagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classifications
List<Classification> classifications
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationProxyRequest
class ClassificationProxyRequest extends ClassificationRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityProxy
EntityProxy entityProxy
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationRequest
class ClassificationRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classificationOrigin
ClassificationOrigin classificationOrigin
-
classificationOriginGUID
String classificationOriginGUID
-
classificationProperties
InstanceProperties classificationProperties
-
metadataCollectionId
String metadataCollectionId
-
metadataCollectionName
String metadataCollectionName
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationResponse
class ClassificationResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classification
Classification classification
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationWithEntityRequest
class ClassificationWithEntityRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classification
Classification classification
-
entity
EntityDetail entity
-
entityProxy
EntityProxy entityProxy
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.CohortListResponse
class CohortListResponse extends OMRSAPIPagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cohorts
List<CohortDescription> cohorts
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.CohortMembershipListResponse
class CohortMembershipListResponse extends OMRSAPIPagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cohortMembers
List<MemberRegistration> cohortMembers
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.CohortMembershipResponse
class CohortMembershipResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cohortMember
MemberRegistration cohortMember
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.ConnectionResponse
class ConnectionResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Connection connection
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.EntityCreateRequest
class EntityCreateRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityTypeGUID
String entityTypeGUID
-
initialClassifications
List<Classification> initialClassifications
-
initialProperties
InstanceProperties initialProperties
-
initialStatus
InstanceStatus initialStatus
-
metadataCollectionId
String metadataCollectionId
-
metadataCollectionName
String metadataCollectionName
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.EntityDetailResponse
class EntityDetailResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entity
EntityDetail entity
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.EntityFindRequest
class EntityFindRequest extends InstanceFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
matchClassifications
SearchClassifications matchClassifications
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.EntityHistoricalFindRequest
class EntityHistoricalFindRequest extends EntityFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.EntityListResponse
class EntityListResponse extends OMRSAPIPagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entities
List<EntityDetail> entities
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodFindRequest
class EntityNeighborhoodFindRequest extends OMRSAPIFindRequest implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodHistoricalFindRequest
class EntityNeighborhoodHistoricalFindRequest extends EntityNeighborhoodFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.EntityPropertyFindRequest
class EntityPropertyFindRequest extends PropertyMatchFindRequest implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.EntityPropertyHistoricalFindRequest
class EntityPropertyHistoricalFindRequest extends EntityPropertyFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.EntitySummaryResponse
class EntitySummaryResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entity
EntitySummary entity
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.HistoryRangeRequest
class HistoryRangeRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fromTime
Date fromTime
-
offset
int offset
-
pageSize
int pageSize
-
sequencingOrder
HistorySequencingOrder sequencingOrder
-
toTime
Date toTime
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.HistoryRequest
class HistoryRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.InstanceFindRequest
class InstanceFindRequest extends SubtypeLimitedFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
matchProperties
SearchProperties matchProperties
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.InstanceGraphRequest
class InstanceGraphRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityElementList
List<EntityDetail> entityElementList
-
relationshipElementList
List<Relationship> relationshipElementList
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.InstanceGraphResponse
class InstanceGraphResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityElementList
List<EntityDetail> entityElementList
-
relationshipElementList
List<Relationship> relationshipElementList
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.InstanceHistoricalFindRequest
class InstanceHistoricalFindRequest extends InstanceFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.InstancePropertiesRequest
class InstancePropertiesRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
instanceProperties
InstanceProperties instanceProperties
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.MetadataCollectionIdRequest
class MetadataCollectionIdRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
metadataCollectionId
String metadataCollectionId
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.MetadataCollectionIdResponse
class MetadataCollectionIdResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
metadataCollectionId
String metadataCollectionId
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
class OMRSAPIFindRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
limitResultsByStatus
List<InstanceStatus> limitResultsByStatus
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIHistoricalFindRequest
class OMRSAPIHistoricalFindRequest extends OMRSAPIFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
class OMRSAPIPagedFindRequest extends OMRSAPIFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
offset
int offset
-
pageSize
int pageSize
-
sequencingOrder
SequencingOrder sequencingOrder
-
sequencingProperty
String sequencingProperty
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedResponse
class OMRSAPIPagedResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
offset
int offset
-
pageSize
int pageSize
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
class OMRSAPIRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIResponse
class OMRSAPIResponse extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actionDescription
String actionDescription
-
exceptionCausedBy
String exceptionCausedBy
-
exceptionClassName
String exceptionClassName
-
exceptionErrorMessage
String exceptionErrorMessage
-
exceptionErrorMessageId
String exceptionErrorMessageId
-
exceptionErrorMessageParameters
String[] exceptionErrorMessageParameters
-
exceptionProperties
Map<String,
Object> exceptionProperties -
exceptionSystemAction
String exceptionSystemAction
-
exceptionUserAction
String exceptionUserAction
-
relatedHTTPCode
int relatedHTTPCode
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.PropertyMatchFindRequest
class PropertyMatchFindRequest extends TypeLimitedFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
matchCriteria
MatchCriteria matchCriteria
-
matchProperties
InstanceProperties matchProperties
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.PropertyMatchHistoricalFindRequest
class PropertyMatchHistoricalFindRequest extends PropertyMatchFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.ProxyClassificationRequest
class ProxyClassificationRequest extends InstancePropertiesRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityProxy
EntityProxy entityProxy
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.RelatedEntitiesFindRequest
class RelatedEntitiesFindRequest extends OMRSAPIPagedFindRequest implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.RelatedEntitiesHistoricalFindRequest
class RelatedEntitiesHistoricalFindRequest extends RelatedEntitiesFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.RelationshipCreateRequest
class RelationshipCreateRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entityOneGUID
String entityOneGUID
-
entityTwoGUID
String entityTwoGUID
-
initialProperties
InstanceProperties initialProperties
-
initialStatus
InstanceStatus initialStatus
-
metadataCollectionId
String metadataCollectionId
-
metadataCollectionName
String metadataCollectionName
-
relationshipTypeGUID
String relationshipTypeGUID
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.RelationshipListResponse
class RelationshipListResponse extends OMRSAPIPagedResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relationships
List<Relationship> relationships
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.RelationshipResponse
class RelationshipResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
relationship
Relationship relationship
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.SubtypeLimitedFindRequest
class SubtypeLimitedFindRequest extends TypeLimitedFindRequest implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefChangeRequest
class TypeDefChangeRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentTypeDef
TypeDefSummary currentTypeDef
-
newTypeDef
TypeDefSummary newTypeDef
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefDeleteRequest
class TypeDefDeleteRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
obsoleteTypeDefName
String obsoleteTypeDefName
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefGalleryResponse
class TypeDefGalleryResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeTypeDefs
List<AttributeTypeDef> attributeTypeDefs
-
typeDefs
List<TypeDef> typeDefs
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefListResponse
class TypeDefListResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefReIdentifyRequest
class TypeDefReIdentifyRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefResponse
class TypeDefResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
typeDef
TypeDef typeDef
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefValidationForRequest
class TypeDefValidationForRequest extends OMRSAPIRequest implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.TypeLimitedFindRequest
class TypeLimitedFindRequest extends OMRSAPIPagedFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
typeGUID
String typeGUID
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.TypeLimitedHistoricalFindRequest
class TypeLimitedHistoricalFindRequest extends TypeLimitedFindRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asOfTime
Date asOfTime
-
-
Class org.odpi.openmetadata.repositoryservices.rest.properties.VoidResponse
class VoidResponse extends OMRSAPIResponse implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.serverchassis.springboot
-
Class org.odpi.openmetadata.serverchassis.springboot.StartupFailEvent
class StartupFailEvent extends org.springframework.context.ApplicationEvent implements Serializable- serialVersionUID:
- 1L
-
-
Package org.odpi.openmetadata.userinterface.uichassis.springboot.api
-
Exception org.odpi.openmetadata.userinterface.uichassis.springboot.api.MalformedInputException
class MalformedInputException extends RuntimeException implements Serializable
-
-
Package org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions
-
Exception org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions.BadRequestException
class BadRequestException extends org.springframework.web.client.HttpServerErrorException implements Serializable-
Serialized Fields
-
errorCode
UserInterfaceErrorCodes errorCode
-
-
-
Exception org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions.CategoryNotFoundException
class CategoryNotFoundException extends RuntimeException implements Serializable -
Exception org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions.GlossaryNotFoundException
class GlossaryNotFoundException extends RuntimeException implements Serializable -
Exception org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions.LineageNotFoundException
class LineageNotFoundException extends RuntimeException implements Serializable -
Exception org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions.OpenLineageServiceException
class OpenLineageServiceException extends RuntimeException implements Serializable -
Exception org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions.TermNotFoundException
class TermNotFoundException extends RuntimeException implements Serializable -
Exception org.odpi.openmetadata.userinterface.uichassis.springboot.api.exceptions.UserNotAuthorizedException
class UserNotAuthorizedException extends org.springframework.web.client.HttpServerErrorException implements Serializable
-
-
Package org.odpi.openmetadata.userinterface.uichassis.springboot.api.settings
-
Class org.odpi.openmetadata.userinterface.uichassis.springboot.api.settings.AppBean
class AppBean extends Object implements Serializable -
Class org.odpi.openmetadata.userinterface.uichassis.springboot.api.settings.UISettings
class UISettings extends Object implements Serializable
-
-
Package org.odpi.openmetadata.userinterface.uichassis.springboot.auth
-
Class org.odpi.openmetadata.userinterface.uichassis.springboot.auth.TokenUser
class TokenUser extends Object implements Serializable -
Class org.odpi.openmetadata.userinterface.uichassis.springboot.auth.UserAuthentication
class UserAuthentication extends Object implements Serializable-
Serialized Fields
-
authenticated
boolean authenticated
-
user
TokenUser user
-
-
-
-
Package org.odpi.openmetadata.userinterface.uichassis.springboot.auth.demo
-
Class org.odpi.openmetadata.userinterface.uichassis.springboot.auth.demo.User
class User extends Object implements Serializable
-
-
Package org.odpi.openmetadata.userinterface.uichassis.springboot.service.view
-
Class org.odpi.openmetadata.userinterface.uichassis.springboot.service.view.IntegrationViewServiceConfigComponent
class IntegrationViewServiceConfigComponent extends IntegrationViewServiceConfig implements Serializable-
Serialized Fields
-
omagServiceFullName
String omagServiceFullName
-
resourceEndpointConfigComponent
ResourceEndpointConfigComponent resourceEndpointConfigComponent
-
urlMarker
String urlMarker
-
-
-
-
Package org.odpi.openmetadata.viewservices.dino.api.ffdc
-
Exception org.odpi.openmetadata.viewservices.dino.api.ffdc.DinoViewServiceException
class DinoViewServiceException extends OCFCheckedExceptionBase implements Serializable
-
-
Package org.odpi.openmetadata.viewservices.dino.api.rest
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoCohortListResponse
class DinoCohortListResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
cohortList
List<CohortDescription> cohortList
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoEngineDetailsResponse
class DinoEngineDetailsResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
engineDetails
EngineDetails engineDetails
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformOverviewResponse
class DinoPlatformOverviewResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
platformOverview
PlatformOverview platformOverview
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoResourceEndpointListResponse
class DinoResourceEndpointListResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
platformList
List<ResourceEndpoint> platformList
-
serverList
List<ResourceEndpoint> serverList
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoResponse
class DinoResponse extends DinoViewOMVSAPIResponse implements Serializable -
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerAuditLogResponse
class DinoServerAuditLogResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
auditLog
OMRSAuditLogReport auditLog
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerConfigResponse
class DinoServerConfigResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
serverConfig
OMAGServerConfig serverConfig
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerDoubleConfigResponse
class DinoServerDoubleConfigResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
activeConfig
OMAGServerConfig activeConfig
-
storedConfig
OMAGServerConfig storedConfig
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerListResponse
class DinoServerListResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
serverList
List<DinoServerInstance> serverList
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerOverviewResponse
class DinoServerOverviewResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
serverOverview
ServerOverview serverOverview
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerTypeResponse
class DinoServerTypeResponse extends DinoViewOMVSAPIResponse implements Serializable -
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceDetailsResponse
class DinoServiceDetailsResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
serviceDetails
ServiceDetails serviceDetails
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponse
class DinoServiceListResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
serviceList
List<RegisteredOMAGService> serviceList
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoStringResponse
class DinoStringResponse extends DinoViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
string
String string
-
-
-
Class org.odpi.openmetadata.viewservices.dino.api.rest.DinoViewOMVSAPIResponse
class DinoViewOMVSAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
requestSummary
RequestSummary requestSummary
-
-
-
Package org.odpi.openmetadata.viewservices.glossaryauthor.fvt
-
Exception org.odpi.openmetadata.viewservices.glossaryauthor.fvt.GlossaryAuthorFVTCheckedException
class GlossaryAuthorFVTCheckedException extends Exception implements Serializable
-
-
Package org.odpi.openmetadata.viewservices.rex.api.ffdc
-
Exception org.odpi.openmetadata.viewservices.rex.api.ffdc.RexViewServiceException
class RexViewServiceException extends OCFCheckedExceptionBase implements Serializable
-
-
Package org.odpi.openmetadata.viewservices.rex.api.rest
-
Class org.odpi.openmetadata.viewservices.rex.api.rest.RexEntityDetailResponse
class RexEntityDetailResponse extends RexViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
expandedEntityDetail
RexExpandedEntityDetail expandedEntityDetail
-
-
-
Class org.odpi.openmetadata.viewservices.rex.api.rest.RexPreTraversalResponse
class RexPreTraversalResponse extends RexViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
rexPreTraversal
RexPreTraversal rexPreTraversal
-
-
-
Class org.odpi.openmetadata.viewservices.rex.api.rest.RexRelationshipResponse
class RexRelationshipResponse extends RexViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
expandedRelationship
RexExpandedRelationship expandedRelationship
-
-
-
Class org.odpi.openmetadata.viewservices.rex.api.rest.RexResourceEndpointListResponse
class RexResourceEndpointListResponse extends RexViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
platformList
List<ResourceEndpoint> platformList
-
serverList
List<ResourceEndpoint> serverList
-
-
-
Class org.odpi.openmetadata.viewservices.rex.api.rest.RexSearchResponse
class RexSearchResponse extends RexViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
entities
Map<String,
RexEntityDigest> entities -
relationships
Map<String,
RexRelationshipAndEntitiesDigest> relationships -
searchCategory
String searchCategory
-
searchText
String searchText
-
serverName
String serverName
-
-
-
Class org.odpi.openmetadata.viewservices.rex.api.rest.RexTraversalResponse
class RexTraversalResponse extends RexViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
rexTraversal
RexTraversal rexTraversal
-
-
-
Class org.odpi.openmetadata.viewservices.rex.api.rest.RexViewOMVSAPIResponse
class RexViewOMVSAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.viewservices.rex.api.rest.TypeExplorerResponse
class TypeExplorerResponse extends RexViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
typeExplorer
TypeExplorer typeExplorer
-
-
-
-
Package org.odpi.openmetadata.viewservices.serverauthor.api.ffdc
-
Exception org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewServiceException
class ServerAuthorViewServiceException extends OCFCheckedExceptionBase implements Serializable
-
-
Package org.odpi.openmetadata.viewservices.serverauthor.api.rest
-
Class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorConfigurationResponse
class ServerAuthorConfigurationResponse extends ServerAuthorViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
omagServerConfig
OMAGServerConfig omagServerConfig
Associated Omag server config
-
-
-
Class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorPlatformsResponse
class ServerAuthorPlatformsResponse extends ServerAuthorViewOMVSAPIResponse implements Serializable -
Class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorResourceEndpointListResponse
class ServerAuthorResourceEndpointListResponse extends ServerAuthorViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
platformList
List<ResourceEndpoint> platformList
Platform list
-
-
-
Class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorViewOMVSAPIResponse
class ServerAuthorViewOMVSAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.viewservices.serverauthor.api.rest.SupportedAuditLogSeveritiesResponse
class SupportedAuditLogSeveritiesResponse extends ServerAuthorViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
severities
List<OMRSAuditLogReportSeverity> severities
Associated platform
-
-
-
-
Package org.odpi.openmetadata.viewservices.tex.api.ffdc
-
Exception org.odpi.openmetadata.viewservices.tex.api.ffdc.TexViewServiceException
class TexViewServiceException extends OCFCheckedExceptionBase implements Serializable
-
-
Package org.odpi.openmetadata.viewservices.tex.api.rest
-
Class org.odpi.openmetadata.viewservices.tex.api.rest.TexResourceEndpointListResponse
class TexResourceEndpointListResponse extends TexViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
platformList
List<ResourceEndpoint> platformList
-
serverList
List<ResourceEndpoint> serverList
-
-
-
Class org.odpi.openmetadata.viewservices.tex.api.rest.TexViewOMVSAPIResponse
class TexViewOMVSAPIResponse extends FFDCResponseBase implements Serializable- serialVersionUID:
- 1L
-
Class org.odpi.openmetadata.viewservices.tex.api.rest.TypeExplorerResponse
class TypeExplorerResponse extends TexViewOMVSAPIResponse implements Serializable-
Serialized Fields
-
typeExplorer
TypeExplorer typeExplorer
-
-
-